Uses of Enum Class
org.apache.camel.component.dapr.StateOperation
Packages that use StateOperation
-
Uses of StateOperation in org.apache.camel.component.dapr
Methods in org.apache.camel.component.dapr that return StateOperationModifier and TypeMethodDescriptionDaprConfiguration.getStateOperation()The state operation to perform on the state store. enums: save, saveBulk, get, getBulk, delete, executeTransactionDaprConfigurationOptionsProxy.getStateOperation(org.apache.camel.Exchange exchange) static StateOperationDaprExchangeHeaders.getStateOperationFromHeaders(org.apache.camel.Exchange exchange) static StateOperationReturns the enum constant of this class with the specified name.static StateOperation[]StateOperation.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.camel.component.dapr with parameters of type StateOperationModifier and TypeMethodDescriptionvoidDaprConfiguration.setStateOperation(StateOperation stateOperation)