Class ZeebeWorkerValue
java.lang.Object
io.camunda.zeebe.spring.client.annotation.value.ZeebeWorkerValue
- All Implemented Interfaces:
ZeebeAnnotationValue<MethodInfo>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanString[]getName()getType()inthashCode()booleanvoidsetAutoComplete(Boolean autoComplete) voidsetEnabled(Boolean enabled) voidsetFetchVariables(String[] fetchVariables) voidsetForceFetchAllVariables(boolean forceFetchAllVariables) voidsetMaxJobsActive(Integer maxJobsActive) voidsetMethodInfo(MethodInfo methodInfo) voidvoidsetPollInterval(Long pollInterval) voidsetRequestTimeout(Long requestTimeout) voidsetTenantIds(List<String> tenantIds) voidsetTimeout(Long timeout) voidtoString()
-
Constructor Details
-
ZeebeWorkerValue
public ZeebeWorkerValue() -
ZeebeWorkerValue
-
-
Method Details
-
getType
-
setType
-
getName
-
setName
-
getTimeout
-
setTimeout
-
getMaxJobsActive
-
setMaxJobsActive
-
getRequestTimeout
-
setRequestTimeout
-
getPollInterval
-
setPollInterval
-
getAutoComplete
-
setAutoComplete
-
getFetchVariables
-
setFetchVariables
-
getEnabled
-
setEnabled
-
getMethodInfo
-
setMethodInfo
-
getTenantIds
-
setTenantIds
-
isForceFetchAllVariables
public boolean isForceFetchAllVariables() -
setForceFetchAllVariables
public void setForceFetchAllVariables(boolean forceFetchAllVariables) -
getBeanInfo
- Specified by:
getBeanInfoin interfaceZeebeAnnotationValue<MethodInfo>- Returns:
- the context of this annotation.
-
toString
-
equals
-
hashCode
public int hashCode()
-