public interface JmxOperationResponseMapper
JmxOperationResponseMapper maps an operation's response to a JMX-friendly
form.| Modifier and Type | Method and Description |
|---|---|
Object |
mapResponse(Object response)
Map the operation's response so that it can be consumed by a JMX compliant client.
|
Class<?> |
mapResponseType(Class<?> responseType)
Map the response type to its JMX compliant counterpart.
|
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.