Package io.dapr.client.domain
Class TransactionalStateOperation<T>
java.lang.Object
io.dapr.client.domain.TransactionalStateOperation<T>
- Type Parameters:
T
- Type of the state value
Class to represent transactional state operations.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
Options for type of operation. -
Constructor Summary
ConstructorDescriptionTransactionalStateOperation
(TransactionalStateOperation.OperationType operationType, State<T> state) Construct an immutable transactional state operation object. -
Method Summary
-
Constructor Details
-
TransactionalStateOperation
public TransactionalStateOperation(TransactionalStateOperation.OperationType operationType, State<T> state) Construct an immutable transactional state operation object.- Parameters:
operationType
- The type of operation done.state
- The required state.
-
-
Method Details