Uses of Enum Class
io.dapr.client.domain.TransactionalStateOperation.OperationType
-
Uses of TransactionalStateOperation.OperationType in io.dapr.client.domain
Modifier and TypeMethodDescriptionTransactionalStateOperation.getOperation()
Returns the enum constant of this class with the specified name.TransactionalStateOperation.OperationType.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionTransactionalStateOperation
(TransactionalStateOperation.OperationType operationType, State<T> state) Construct an immutable transactional state operation object.