Interface TransactionalProtocolClient.TransactionalOperationListener<T extends TransactionalProtocolClient.Operation>

Type Parameters:
T - the operation type
All Known Implementing Classes:
BlockingQueueOperationListener
Enclosing interface:
TransactionalProtocolClient

public static interface TransactionalProtocolClient.TransactionalOperationListener<T extends TransactionalProtocolClient.Operation>
The transactional operation listener.
  • Method Details

    • operationPrepared

      void operationPrepared(TransactionalProtocolClient.PreparedOperation<T> prepared)
      Notification that an operation was prepared.
      Parameters:
      prepared - the prepared operation
    • operationFailed

      void operationFailed(T operation, org.jboss.dmr.ModelNode result)
      Notification that an operation failed.
      Parameters:
      operation - the operation
      result - the operation result
    • operationComplete

      void operationComplete(T operation, OperationResponse result)
      Notification that an operation completed.
      Parameters:
      operation - the operation
      result - the final result