Package | Description |
---|---|
org.springframework.boot.actuate.endpoint.jmx |
JMX support for actuator endpoints.
|
Modifier and Type | Method and Description |
---|---|
List<JmxEndpointOperationParameterInfo> |
JmxEndpointOperation.getParameters()
Returns the parameters of the operation.
|
Constructor and Description |
---|
JmxEndpointOperation(OperationType type,
OperationInvoker invoker,
String operationName,
Class<?> outputType,
String description,
List<JmxEndpointOperationParameterInfo> parameters)
Creates a new
JmxEndpointOperation for an operation of the given
type . |
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.