Class WorkerProperties.PollerConfigurationProperties
java.lang.Object
io.temporal.spring.boot.autoconfigure.properties.WorkerProperties.PollerConfigurationProperties
- Enclosing class:
WorkerProperties
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Constructor Summary
ConstructorsConstructorDescriptionPollerConfigurationProperties(WorkerProperties.PollerConfigurationProperties.PollerBehaviorAutoscalingConfiguration pollerBehaviorAutoscaling) -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
PollerConfigurationProperties
@ConstructorBinding public PollerConfigurationProperties(@Nullable WorkerProperties.PollerConfigurationProperties.PollerBehaviorAutoscalingConfiguration pollerBehaviorAutoscaling) - Parameters:
pollerBehaviorAutoscaling- defines poller behavior for autoscaling
-
-
Method Details
-
getPollerBehaviorAutoscaling
@Nullable public WorkerProperties.PollerConfigurationProperties.PollerBehaviorAutoscalingConfiguration getPollerBehaviorAutoscaling()
-