Skip to content

Property Executor

Namespace: Belay.Core
Assembly: Belay.Core.dll

Executor

Gets the direct executor that handles all attribute types via AttributeHandler.

csharp
public DirectExecutor Executor { get; }

Property Value

DirectExecutor

Remarks

This unified executor replaces the complex hierarchy with a single implementation that handles [Task], [Setup], [Thread], and [Teardown] attributes using the AttributeHandler for policy enforcement and SimpleCache for caching.

Released under the Apache License 2.0.