Class ZeebeWorkerValue

java.lang.Object
io.camunda.zeebe.spring.client.annotation.value.ZeebeWorkerValue

@Deprecated public class ZeebeWorkerValue extends Object
Deprecated.
use JobWorkerValue instead
  • Constructor Details

  • Method Details

    • getJobWorkerValue

      public JobWorkerValue getJobWorkerValue()
      Deprecated.
    • getType

      public String getType()
      Deprecated.
    • setType

      public void setType(String type)
      Deprecated.
    • getName

      public String getName()
      Deprecated.
    • setName

      public void setName(String name)
      Deprecated.
    • getTimeout

      public Duration getTimeout()
      Deprecated.
    • setTimeout

      public void setTimeout(Duration timeout)
      Deprecated.
    • getMaxJobsActive

      public Integer getMaxJobsActive()
      Deprecated.
    • setMaxJobsActive

      public void setMaxJobsActive(Integer maxJobsActive)
      Deprecated.
    • getRequestTimeout

      public Duration getRequestTimeout()
      Deprecated.
    • setRequestTimeout

      public void setRequestTimeout(Duration requestTimeout)
      Deprecated.
    • getPollInterval

      public Duration getPollInterval()
      Deprecated.
    • setPollInterval

      public void setPollInterval(Duration pollInterval)
      Deprecated.
    • getAutoComplete

      public Boolean getAutoComplete()
      Deprecated.
    • setAutoComplete

      public void setAutoComplete(Boolean autoComplete)
      Deprecated.
    • getFetchVariables

      public List<String> getFetchVariables()
      Deprecated.
    • setFetchVariables

      public void setFetchVariables(List<String> fetchVariables)
      Deprecated.
    • getEnabled

      public Boolean getEnabled()
      Deprecated.
    • setEnabled

      public void setEnabled(Boolean enabled)
      Deprecated.
    • getMethodInfo

      public MethodInfo getMethodInfo()
      Deprecated.
    • setMethodInfo

      public void setMethodInfo(MethodInfo methodInfo)
      Deprecated.
    • getTenantIds

      public List<String> getTenantIds()
      Deprecated.
    • setTenantIds

      public void setTenantIds(List<String> tenantIds)
      Deprecated.
    • getForceFetchAllVariables

      public Boolean getForceFetchAllVariables()
      Deprecated.
    • setForceFetchAllVariables

      public void setForceFetchAllVariables(Boolean forceFetchAllVariables)
      Deprecated.
    • getStreamEnabled

      public Boolean getStreamEnabled()
      Deprecated.
    • setStreamEnabled

      public void setStreamEnabled(Boolean streamEnabled)
      Deprecated.
    • getStreamTimeout

      public Duration getStreamTimeout()
      Deprecated.
    • setStreamTimeout

      public void setStreamTimeout(Duration streamTimeout)
      Deprecated.
    • getMaxRetries

      public int getMaxRetries()
      Deprecated.
    • setMaxRetries

      public void setMaxRetries(int maxRetries)
      Deprecated.
    • getBeanInfo

      public MethodInfo getBeanInfo()
      Deprecated.
    • hashCode

      public int hashCode()
      Deprecated.
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object o)
      Deprecated.
      Overrides:
      equals in class Object
    • toString

      public String toString()
      Deprecated.
      Overrides:
      toString in class Object