public class SnmpProxyRpcModule extends AbstractXmlRpcModule<SnmpRequestDTO,SnmpMultiResponseDTO>
SnmpStrategy
.Modifier and Type | Field and Description |
---|---|
static SnmpProxyRpcModule |
INSTANCE |
static String |
RPC_MODULE_ID |
MINION_HEADERS_MODULE
Constructor and Description |
---|
SnmpProxyRpcModule() |
Modifier and Type | Method and Description |
---|---|
SnmpMultiResponseDTO |
createResponseWithException(Throwable ex)
Called when the
RpcModule throws an exception while executing a request. |
CompletableFuture<SnmpMultiResponseDTO> |
execute(SnmpRequestDTO request) |
String |
getId()
Used to route the request/responses to the appropriate module.
|
marshalRequest, marshalResponse, unmarshalRequest, unmarshalResponse
public static final SnmpProxyRpcModule INSTANCE
public static final String RPC_MODULE_ID
public CompletableFuture<SnmpMultiResponseDTO> execute(SnmpRequestDTO request)
public SnmpMultiResponseDTO createResponseWithException(Throwable ex)
RpcModule
RpcModule
throws an exception while executing a request.
This function should return a new RpcResponse
that stores a string-based representation
of the exception that occurred and make this available via RpcResponse.getErrorMessage()
once un-marshaled.ex
- the exception that occurredRpcResponse
that stores the exceptionCopyright © 2021. All rights reserved.