T
- the operation typepublic static interface TransactionalProtocolClient.TransactionalOperationListener<T extends TransactionalProtocolClient.Operation>
Modifier and Type | Method and Description |
---|---|
void |
operationComplete(T operation,
OperationResponse result)
Notification that an operation completed.
|
void |
operationFailed(T operation,
org.jboss.dmr.ModelNode result)
Notification that an operation failed.
|
void |
operationPrepared(TransactionalProtocolClient.PreparedOperation<T> prepared)
Notification that an operation was prepared.
|
void operationPrepared(TransactionalProtocolClient.PreparedOperation<T> prepared)
prepared
- the prepared operationvoid operationFailed(T operation, org.jboss.dmr.ModelNode result)
operation
- the operationresult
- the operation resultvoid operationComplete(T operation, OperationResponse result)
operation
- the operationresult
- the final resultCopyright © 2023 JBoss by Red Hat. All rights reserved.