public interface ManagementRequest<T,A> extends ManagementResponseHandler<T,A>
Modifier and Type | Method and Description |
---|---|
byte |
getOperationType()
The operation type.
|
void |
sendRequest(ActiveOperation.ResultHandler<T> resultHandler,
ManagementRequestContext<A> context)
Send the request.
|
handleFailed
handleRequest
byte getOperationType()
void sendRequest(ActiveOperation.ResultHandler<T> resultHandler, ManagementRequestContext<A> context) throws IOException
resultHandler
- the result handlercontext
- the request contextIOException
- for any errorCopyright © 2023 JBoss by Red Hat. All rights reserved.