public interface ManagementRequestHandler<T,A>
Modifier and Type | Method and Description |
---|---|
void |
handleRequest(DataInput input,
ActiveOperation.ResultHandler<T> resultHandler,
ManagementRequestContext<A> context)
Handle a request.
|
void handleRequest(DataInput input, ActiveOperation.ResultHandler<T> resultHandler, ManagementRequestContext<A> context) throws IOException
input
- the data inputresultHandler
- the result handler which may be used to mark the operation as completecontext
- the request contextIOException
Copyright © 2023 JBoss by Red Hat. All rights reserved.