Package | Description |
---|---|
org.springframework.boot.actuate.endpoint.annotation |
Annotation support for actuator endpoints.
|
org.springframework.boot.actuate.endpoint.invoke |
Interfaces and classes relating to invoking operation methods.
|
org.springframework.boot.actuate.endpoint.invoke.reflect |
Endpoint reflection support.
|
org.springframework.boot.actuate.endpoint.invoker.cache |
Caching support for actuator endpoints.
|
org.springframework.boot.actuate.endpoint.jmx.annotation |
Annotation support for actuator JMX endpoints.
|
org.springframework.boot.actuate.endpoint.web.annotation |
Annotation support for actuator web endpoints.
|
org.springframework.boot.actuate.endpoint.web.reactive |
Spring WebFlux support for actuator endpoints.
|
Modifier and Type | Method and Description |
---|---|
protected O |
EndpointDiscoverer.createOperation(EndpointId endpointId,
DiscoveredOperationMethod operationMethod,
OperationInvoker invoker)
Factory method to create an
endpoint operation . |
protected abstract O |
EndpointDiscoverer.createOperation(String endpointId,
DiscoveredOperationMethod operationMethod,
OperationInvoker invoker)
Deprecated.
since 2.0.6 in favor of
EndpointDiscoverer.createOperation(EndpointId, DiscoveredOperationMethod, OperationInvoker) |
Constructor and Description |
---|
AbstractDiscoveredOperation(DiscoveredOperationMethod operationMethod,
OperationInvoker invoker)
Create a new
AbstractDiscoveredOperation instance. |
Modifier and Type | Method and Description |
---|---|
default OperationInvoker |
OperationInvokerAdvisor.apply(EndpointId endpointId,
OperationType operationType,
OperationParameters parameters,
OperationInvoker invoker)
Apply additional functionality to the given invoker.
|
OperationInvoker |
OperationInvokerAdvisor.apply(String endpointId,
OperationType operationType,
OperationParameters parameters,
OperationInvoker invoker)
Deprecated.
since 2.0.6 in favor of
OperationInvokerAdvisor.apply(EndpointId, OperationType, OperationParameters, OperationInvoker) |
Modifier and Type | Method and Description |
---|---|
default OperationInvoker |
OperationInvokerAdvisor.apply(EndpointId endpointId,
OperationType operationType,
OperationParameters parameters,
OperationInvoker invoker)
Apply additional functionality to the given invoker.
|
OperationInvoker |
OperationInvokerAdvisor.apply(String endpointId,
OperationType operationType,
OperationParameters parameters,
OperationInvoker invoker)
Deprecated.
since 2.0.6 in favor of
OperationInvokerAdvisor.apply(EndpointId, OperationType, OperationParameters, OperationInvoker) |
Modifier and Type | Class and Description |
---|---|
class |
ReflectiveOperationInvoker
An
OperationInvoker that invokes an operation using reflection. |
Modifier and Type | Class and Description |
---|---|
class |
CachingOperationInvoker
An
OperationInvoker that caches the response of an operation with a
configurable time to live. |
Modifier and Type | Method and Description |
---|---|
OperationInvoker |
CachingOperationInvokerAdvisor.apply(EndpointId endpointId,
OperationType operationType,
OperationParameters parameters,
OperationInvoker invoker) |
static OperationInvoker |
CachingOperationInvoker.apply(OperationInvoker invoker,
long timeToLive)
Apply caching configuration when appropriate to the given invoker.
|
OperationInvoker |
CachingOperationInvokerAdvisor.apply(String endpointId,
OperationType operationType,
OperationParameters parameters,
OperationInvoker invoker)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
OperationInvoker |
CachingOperationInvokerAdvisor.apply(EndpointId endpointId,
OperationType operationType,
OperationParameters parameters,
OperationInvoker invoker) |
static OperationInvoker |
CachingOperationInvoker.apply(OperationInvoker invoker,
long timeToLive)
Apply caching configuration when appropriate to the given invoker.
|
OperationInvoker |
CachingOperationInvokerAdvisor.apply(String endpointId,
OperationType operationType,
OperationParameters parameters,
OperationInvoker invoker)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected JmxOperation |
JmxEndpointDiscoverer.createOperation(EndpointId endpointId,
DiscoveredOperationMethod operationMethod,
OperationInvoker invoker) |
protected JmxOperation |
JmxEndpointDiscoverer.createOperation(String endpointId,
DiscoveredOperationMethod operationMethod,
OperationInvoker invoker)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected Operation |
ControllerEndpointDiscoverer.createOperation(EndpointId endpointId,
DiscoveredOperationMethod operationMethod,
OperationInvoker invoker) |
protected Operation |
ServletEndpointDiscoverer.createOperation(EndpointId endpointId,
DiscoveredOperationMethod operationMethod,
OperationInvoker invoker) |
protected WebOperation |
WebEndpointDiscoverer.createOperation(EndpointId endpointId,
DiscoveredOperationMethod operationMethod,
OperationInvoker invoker) |
protected Operation |
ControllerEndpointDiscoverer.createOperation(String endpointId,
DiscoveredOperationMethod operationMethod,
OperationInvoker invoker)
Deprecated.
|
protected Operation |
ServletEndpointDiscoverer.createOperation(String endpointId,
DiscoveredOperationMethod operationMethod,
OperationInvoker invoker)
Deprecated.
|
protected WebOperation |
WebEndpointDiscoverer.createOperation(String endpointId,
DiscoveredOperationMethod operationMethod,
OperationInvoker invoker)
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
protected static class |
AbstractWebFluxEndpointHandlerMapping.ElasticSchedulerInvoker
An
OperationInvoker that performs the invocation of a blocking operation on
a separate thread using Reactor's elastic scheduler . |
Constructor and Description |
---|
ElasticSchedulerInvoker(OperationInvoker invoker) |
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.