Class ZeebeWorkerValue
java.lang.Object
io.camunda.zeebe.spring.client.annotation.value.ZeebeWorkerValue
- All Implemented Interfaces:
ZeebeAnnotationValue<MethodInfo>
-
Constructor Summary
ConstructorsConstructorDescriptionZeebeWorkerValue(String type, String name, Duration timeout, Integer maxJobsActive, Duration requestTimeout, Duration pollInterval, Boolean autoComplete, List<String> fetchVariables, Boolean enabled, MethodInfo methodInfo, List<String> tenantIds, Boolean forceFetchAllVariables, Boolean streamEnabled, Duration streamTimeout, int maxRetries) -
Method Summary
Modifier and TypeMethodDescriptionbooleanintgetName()getType()inthashCode()voidsetAutoComplete(Boolean autoComplete) voidsetEnabled(Boolean enabled) voidsetFetchVariables(List<String> fetchVariables) voidsetForceFetchAllVariables(Boolean forceFetchAllVariables) voidsetMaxJobsActive(Integer maxJobsActive) voidsetMaxRetries(int maxRetries) voidsetMethodInfo(MethodInfo methodInfo) voidvoidsetPollInterval(Duration pollInterval) voidsetRequestTimeout(Duration requestTimeout) voidsetStreamEnabled(Boolean streamEnabled) voidsetStreamTimeout(Duration streamTimeout) voidsetTenantIds(List<String> tenantIds) voidsetTimeout(Duration timeout) voidtoString()
-
Constructor Details
-
ZeebeWorkerValue
public ZeebeWorkerValue() -
ZeebeWorkerValue
public ZeebeWorkerValue(String type, String name, Duration timeout, Integer maxJobsActive, Duration requestTimeout, Duration pollInterval, Boolean autoComplete, List<String> fetchVariables, Boolean enabled, MethodInfo methodInfo, List<String> tenantIds, Boolean forceFetchAllVariables, Boolean streamEnabled, Duration streamTimeout, int maxRetries)
-
-
Method Details
-
getType
-
setType
-
getName
-
setName
-
getTimeout
-
setTimeout
-
getMaxJobsActive
-
setMaxJobsActive
-
getRequestTimeout
-
setRequestTimeout
-
getPollInterval
-
setPollInterval
-
getAutoComplete
-
setAutoComplete
-
getFetchVariables
-
setFetchVariables
-
getEnabled
-
setEnabled
-
getMethodInfo
-
setMethodInfo
-
getTenantIds
-
setTenantIds
-
getForceFetchAllVariables
-
setForceFetchAllVariables
-
getStreamEnabled
-
setStreamEnabled
-
getStreamTimeout
-
setStreamTimeout
-
getMaxRetries
public int getMaxRetries() -
setMaxRetries
public void setMaxRetries(int maxRetries) -
getBeanInfo
- Specified by:
getBeanInfoin interfaceZeebeAnnotationValue<MethodInfo>- Returns:
- the context of this annotation.
-
hashCode
public int hashCode() -
equals
-
toString
-