Class TransactionalStateOperation<T>

java.lang.Object
io.dapr.client.domain.TransactionalStateOperation<T>

public class TransactionalStateOperation<T>
extends java.lang.Object
  • 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

    • getOperation

    • getRequest

      public State<T> getRequest()
    • equals

      public boolean equals​(java.lang.Object o)
      Overrides:
      equals in class java.lang.Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class java.lang.Object
    • toString

      public java.lang.String toString()
      Overrides:
      toString in class java.lang.Object