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.
|
handleRequest
void handleFailed(ManagementResponseHeader header, ActiveOperation.ResultHandler<T> resultHandler)
header
- the headerresultHandler
- the result handlerCopyright © 2023 JBoss by Red Hat. All rights reserved.