Interface IExecutorFactory
Namespace: Belay.Extensions.Factories
Assembly: Belay.Extensions.dll
Factory for creating executor instances for simplified architecture.
csharp
public interface IExecutorFactoryMethods
GetSetupExecutor(SimplifiedDevice)
Gets the setup executor instance from the device.
GetTaskExecutor(SimplifiedDevice)
Gets the task executor instance from the device.
GetTeardownExecutor(SimplifiedDevice)
Gets the teardown executor instance from the device.
GetThreadExecutor(SimplifiedDevice)
Gets the thread executor instance from the device.