Package io.temporal.worker.tuning
Interface PollerBehavior
-
- All Known Implementing Classes:
PollerBehaviorAutoscaling,PollerBehaviorSimpleMaximum
public interface PollerBehaviorDefines the behavior of a poller.Users are not expected to implement this interface directly. Instead, they should use the provided implementations like
PollerBehaviorAutoscalingorPollerBehaviorSimpleMaximum. For all intents and purpose this interface should be considered sealed.