Class ZeebeClientConfigurationProperties.Worker

java.lang.Object
io.camunda.zeebe.spring.client.properties.ZeebeClientConfigurationProperties.Worker
Enclosing class:
ZeebeClientConfigurationProperties

public static class ZeebeClientConfigurationProperties.Worker extends Object
  • Constructor Details

    • Worker

      public Worker()
  • Method Details

    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getOverride

      @Deprecated @DeprecatedConfigurationProperty(replacement="camunda.client.zeebe.override") public Map<String,ZeebeWorkerValue> getOverride()
      Deprecated.
    • setOverride

      public void setOverride(Map<String,ZeebeWorkerValue> override)
    • getMaxJobsActive

      @Deprecated @DeprecatedConfigurationProperty(replacement="camunda.client.zeebe.defaults.max-jobs-active") public Integer getMaxJobsActive()
      Deprecated.
    • setMaxJobsActive

      public void setMaxJobsActive(Integer maxJobsActive)
    • getThreads

      @Deprecated @DeprecatedConfigurationProperty(replacement="camunda.client.zeebe.execution-threads") public Integer getThreads()
      Deprecated.
    • setThreads

      public void setThreads(Integer threads)
    • getDefaultName

      @Deprecated @DeprecatedConfigurationProperty(replacement="camunda.client.zeebe.defaults.name") public String getDefaultName()
      Deprecated.
    • setDefaultName

      public void setDefaultName(String defaultName)
    • getDefaultType

      @Deprecated @DeprecatedConfigurationProperty(replacement="camunda.client.zeebe.defaults.type") public String getDefaultType()
      Deprecated.
    • setDefaultType

      public void setDefaultType(String defaultType)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object