public interface ManagementResponseHandler<T,A> extends ManagementRequestHandler<T,A>
| Modifier and Type | Method and Description |
|---|---|
void |
handleFailed(ManagementResponseHeader header,
ActiveOperation.ResultHandler<T> resultHandler)
Handle a failed response.
|
handleRequestvoid handleFailed(ManagementResponseHeader header, ActiveOperation.ResultHandler<T> resultHandler)
header - the headerresultHandler - the result handlerCopyright © 2018 JBoss by Red Hat. All rights reserved.