| 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.
|
| Modifier and Type | Method and Description |
|---|---|
OperationType |
Operation.getType()
Returns the
type of the operation. |
static OperationType |
OperationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OperationType[] |
OperationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
OperationType |
AbstractDiscoveredOperation.getType() |
| Constructor and Description |
|---|
DiscoveredOperationMethod(Method method,
OperationType operationType,
org.springframework.core.annotation.AnnotationAttributes annotationAttributes) |
| Modifier and Type | Method and Description |
|---|---|
OperationInvoker |
OperationInvokerAdvisor.apply(EndpointId endpointId,
OperationType operationType,
OperationParameters parameters,
OperationInvoker invoker)
Apply additional functionality to the given invoker.
|
| Modifier and Type | Method and Description |
|---|---|
OperationType |
OperationMethod.getOperationType()
Return the operation type.
|
| Constructor and Description |
|---|
OperationMethod(Method method,
OperationType operationType)
Create a new
OperationMethod instance. |
| Modifier and Type | Method and Description |
|---|---|
OperationInvoker |
CachingOperationInvokerAdvisor.apply(EndpointId endpointId,
OperationType operationType,
OperationParameters parameters,
OperationInvoker invoker) |
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.