接口 JmxOperationResponseMapper

    • 方法详细资料

      • mapResponseType

        Class<?> mapResponseType​(Class<?> responseType)
        Map the response type to its JMX compliant counterpart.
        参数:
        responseType - the operation's response type
        返回:
        the JMX compliant type
      • mapResponse

        Object mapResponse​(Object response)
        Map the operation's response so that it can be consumed by a JMX compliant client.
        参数:
        response - the operation's response
        返回:
        the response, in a JMX compliant format