Interface IStrategy
- All Superinterfaces:
Runnable
- All Known Implementing Classes:
AbstractAllAtOnceStrategy,AbstractStrategy,AfterAllStrategy,BeforeAllStrategy,CollectStrategy,DetectionStrategy,DiscoveryStrategy,PrepareCollectStrategy,ProtocolHealthCheckStrategy,SimpleStrategy,SurroundingStrategy
Interface for defining a strategy to be executed in the MetricsHub engine.
-
Method Summary
Modifier and TypeMethodDescriptionProvide the current time from which the strategy starts.longGet the timeout of the strategy.
-
Method Details