Interface PollExecutorFactory
- All Known Implementing Classes:
SlaThresholdBreachedTriggerFactory
public interface PollExecutorFactory
Rule that implement this interface opt in to having their ComponentPollExecutor called
every 10 minutes (by default).
-
Method Summary
Modifier and TypeMethodDescriptionReturns the executor that will be called at each interval
-
Method Details
-
getPollExecutor
ComponentPollExecutor getPollExecutor()Returns the executor that will be called at each interval- Returns:
- the poll executor
-