Class WorkerProperties.CapacityConfigurationProperties

  • Enclosing class:
    WorkerProperties

    public static class WorkerProperties.CapacityConfigurationProperties
    extends java.lang.Object
    • Constructor Detail

      • CapacityConfigurationProperties

        @ConstructorBinding
        public CapacityConfigurationProperties​(@Nullable
                                               java.lang.Integer maxConcurrentWorkflowTaskExecutors,
                                               @Nullable
                                               java.lang.Integer maxConcurrentActivityExecutors,
                                               @Nullable
                                               java.lang.Integer maxConcurrentLocalActivityExecutors,
                                               @Nullable
                                               java.lang.Integer maxConcurrentNexusTaskExecutors,
                                               @Nullable
                                               java.lang.Integer maxConcurrentWorkflowTaskPollers,
                                               @Nullable
                                               java.lang.Integer maxConcurrentActivityTaskPollers,
                                               @Nullable
                                               java.lang.Integer maxConcurrentNexusTaskPollers)
        Parameters:
        maxConcurrentWorkflowTaskExecutors - defines WorkerOptions.Builder.setMaxConcurrentWorkflowTaskExecutionSize(int)
        maxConcurrentActivityExecutors - defines WorkerOptions.Builder.setMaxConcurrentActivityExecutionSize(int)
        maxConcurrentLocalActivityExecutors - defines WorkerOptions.Builder.setMaxConcurrentLocalActivityExecutionSize(int)
        maxConcurrentNexusTaskExecutors - defines WorkerOptions.Builder.setMaxConcurrentNexusTaskPollers(int) (int)}
        maxConcurrentWorkflowTaskPollers - defines WorkerOptions.Builder.setMaxConcurrentWorkflowTaskPollers(int)
        maxConcurrentActivityTaskPollers - defines WorkerOptions.Builder.setMaxConcurrentActivityTaskPollers(int)
        maxConcurrentNexusTaskPollers - defines WorkerOptions.Builder.setMaxConcurrentNexusTaskPollers(int) (int)}
    • Method Detail

      • getMaxConcurrentWorkflowTaskExecutors

        @Nullable
        public java.lang.Integer getMaxConcurrentWorkflowTaskExecutors()
      • getMaxConcurrentActivityExecutors

        @Nullable
        public java.lang.Integer getMaxConcurrentActivityExecutors()
      • getMaxConcurrentLocalActivityExecutors

        @Nullable
        public java.lang.Integer getMaxConcurrentLocalActivityExecutors()
      • getMaxConcurrentNexusTasksExecutors

        @Nullable
        public java.lang.Integer getMaxConcurrentNexusTasksExecutors()
      • getMaxConcurrentWorkflowTaskPollers

        @Nullable
        public java.lang.Integer getMaxConcurrentWorkflowTaskPollers()
      • getMaxConcurrentActivityTaskPollers

        @Nullable
        public java.lang.Integer getMaxConcurrentActivityTaskPollers()
      • getMaxConcurrentNexusTaskPollers

        @Nullable
        public java.lang.Integer getMaxConcurrentNexusTaskPollers()