| Interface | Description |
|---|---|
| Action |
An action is the core logic that occurs within an activity.
|
| ActionDispenser |
An ActionDispenser is created for each Activity instance within a scenario.
|
| ActivitiesAware |
Dispensers that implement this decorator interface might need to know about the other
activities that are present in a configuration.
|
| Activity |
Provides the components needed to build and run an activity a runtime.
|
| ActivityDefObserver |
Decorator interface for getting notified when an activities parameters are changed at runtime.
|
| ActivityType<A extends Activity> |
An ActivityType is the central extension point in EngineBlock for new
activity types drivers.
|
| Input |
An Input is the core data source for feeding actions within an activity.
|
| InputDispenser |
An InputDispenser is created for each Activity instance within a scenario.
|
| longIntervalSupplier | |
| MetricRegistryService | |
| Motor |
The core threading harness within an activity.
|
| MotorDispenser |
A MotorDispenser is created for each Activity instance within a scenario.
|
| MultiPhaseAction |
A continuing action can ask to be iterated within the cycle.
|
| ProgressMeter | |
| RateLimiterProvider | |
| Stoppable |
| Enum | Description |
|---|---|
| RunState |
Copyright © 2017. All rights reserved.