Package | Description |
---|---|
org.springframework.boot.actuate.endpoint |
Endpoint support.
|
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.web.reactive |
Spring WebFlux support for actuator endpoints.
|
Modifier and Type | Method and Description |
---|---|
Object |
Operation.invoke(InvocationContext context)
Invoke the underlying operation using the given
context . |
Modifier and Type | Method and Description |
---|---|
Object |
AbstractDiscoveredOperation.invoke(InvocationContext context) |
Modifier and Type | Method and Description |
---|---|
Object |
OperationInvoker.invoke(InvocationContext context)
Invoke the underlying operation using the given
context . |
Modifier and Type | Method and Description |
---|---|
Object |
ReflectiveOperationInvoker.invoke(InvocationContext context) |
Modifier and Type | Method and Description |
---|---|
Object |
CachingOperationInvoker.invoke(InvocationContext context) |
Modifier and Type | Method and Description |
---|---|
Object |
AbstractWebFluxEndpointHandlerMapping.ElasticSchedulerInvoker.invoke(InvocationContext context) |
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.