Uses of Enum Class
org.apache.camel.component.zeebe.internal.OperationName
Packages that use OperationName
-
Uses of OperationName in org.apache.camel.component.zeebe
Methods in org.apache.camel.component.zeebe that return OperationNameMethods in org.apache.camel.component.zeebe with parameters of type OperationNameModifier and TypeMethodDescriptionvoidZeebeEndpoint.setOperationName(OperationName operationName) The Zeebe operation to be performedConstructors in org.apache.camel.component.zeebe with parameters of type OperationNameModifierConstructorDescriptionZeebeEndpoint(String uri, ZeebeComponent component, OperationName operationName) -
Uses of OperationName in org.apache.camel.component.zeebe.internal
Methods in org.apache.camel.component.zeebe.internal that return OperationNameModifier and TypeMethodDescriptionstatic OperationNamestatic OperationNameReturns the enum constant of this class with the specified name.static OperationName[]OperationName.values()Returns an array containing the constants of this enum class, in the order they are declared.