Package | Description |
---|---|
org.springframework.boot.actuate.endpoint.annotation |
Annotation support for actuator endpoints.
|
org.springframework.boot.actuate.endpoint.cache |
Caching support for actuator endpoints.
|
org.springframework.boot.actuate.endpoint.reflect |
Endpoint reflection support.
|
Modifier and Type | Method and Description |
---|---|
T |
OperationFactory.createOperation(String endpointId,
OperationMethodInfo methodInfo,
Object target,
OperationInvoker invoker)
Creates an
Operation for an operation on an endpoint. |
Modifier and Type | Method and Description |
---|---|
OperationInvoker |
CachingOperationInvokerAdvisor.apply(String endpointId,
OperationMethodInfo methodInfo,
OperationInvoker invoker) |
Modifier and Type | Method and Description |
---|---|
OperationInvoker |
OperationMethodInvokerAdvisor.apply(String endpointId,
OperationMethodInfo methodInfo,
OperationInvoker invoker)
Apply additional functionality to the given invoker.
|
Constructor and Description |
---|
ReflectiveOperationInvoker(Object target,
OperationMethodInfo methodInfo,
ParameterMapper parameterMapper)
Creates a new {code ReflectiveOperationInvoker} that will invoke the given
method on the given target . |
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.