Uses of Class
io.camunda.zeebe.spring.client.bean.MethodInfo
Packages that use MethodInfo
Package
Description
-
Uses of MethodInfo in io.camunda.zeebe.spring.client.annotation.processor
Methods in io.camunda.zeebe.spring.client.annotation.processor with parameters of type MethodInfoModifier and TypeMethodDescriptionZeebeWorkerAnnotationProcessor.readJobWorkerAnnotationForMethod(MethodInfo methodInfo) -
Uses of MethodInfo in io.camunda.zeebe.spring.client.annotation.value
Methods in io.camunda.zeebe.spring.client.annotation.value that return MethodInfoModifier and TypeMethodDescriptionZeebeWorkerValue.getBeanInfo()ZeebeWorkerValue.getMethodInfo()Methods in io.camunda.zeebe.spring.client.annotation.value with parameters of type MethodInfoConstructors in io.camunda.zeebe.spring.client.annotation.value with parameters of type MethodInfoModifierConstructorDescriptionZeebeWorkerValue(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) -
Uses of MethodInfo in io.camunda.zeebe.spring.client.bean
Methods in io.camunda.zeebe.spring.client.bean that return MethodInfoModifier and TypeMethodDescriptionMethodInfo.MethodInfoBuilder.build()ClassInfo.toMethodInfo(Method method) Constructors in io.camunda.zeebe.spring.client.bean with parameters of type MethodInfo -
Uses of MethodInfo in io.camunda.zeebe.spring.client.jobhandling.result
Methods in io.camunda.zeebe.spring.client.jobhandling.result with parameters of type MethodInfoModifier and TypeMethodDescriptionDefaultResultProcessorStrategy.createProcessor(MethodInfo methodInfo) default ResultProcessorResultProcessorStrategy.createProcessor(MethodInfo methodInfo)