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.jmx |
JMX support for actuator endpoints.
|
org.springframework.boot.actuate.endpoint.web |
Web support for actuator endpoints.
|
org.springframework.boot.actuate.endpoint.web.annotation |
Annotation support for actuator web endpoints.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractExposableEndpoint<O extends Operation>
Abstract base class for
ExposableEndpoint implementations. |
interface |
ExposableEndpoint<O extends Operation>
Information describing an endpoint that can be exposed in some technology specific way.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractDiscoveredEndpoint<O extends Operation>
Abstract base class for
endpoints discovered by a
EndpointDiscoverer . |
interface |
DiscoveredEndpoint<O extends Operation>
An
endpoint discovered by an EndpointDiscoverer . |
class |
EndpointDiscoverer<E extends ExposableEndpoint<O>,O extends Operation>
A Base for
EndpointsSupplier implementations that discover
@Endpoint beans and @EndpointExtension beans
in an application context. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractDiscoveredOperation
Abstract base class for
endpoints operations discovered by a
EndpointDiscoverer . |
Modifier and Type | Interface and Description |
---|---|
interface |
JmxOperation
An operation on a JMX endpoint.
|
Modifier and Type | Interface and Description |
---|---|
interface |
WebOperation
An operation on a web endpoint.
|
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 Operation |
ControllerEndpointDiscoverer.createOperation(String endpointId,
DiscoveredOperationMethod operationMethod,
OperationInvoker invoker)
Deprecated.
|
protected Operation |
ServletEndpointDiscoverer.createOperation(String endpointId,
DiscoveredOperationMethod operationMethod,
OperationInvoker invoker)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected EndpointDiscoverer.OperationKey |
ControllerEndpointDiscoverer.createOperationKey(Operation operation) |
protected EndpointDiscoverer.OperationKey |
ServletEndpointDiscoverer.createOperationKey(Operation operation) |
Modifier and Type | Method and Description |
---|---|
protected ExposableControllerEndpoint |
ControllerEndpointDiscoverer.createEndpoint(Object endpointBean,
EndpointId id,
boolean enabledByDefault,
Collection<Operation> operations) |
protected ExposableServletEndpoint |
ServletEndpointDiscoverer.createEndpoint(Object endpointBean,
EndpointId id,
boolean enabledByDefault,
Collection<Operation> operations) |
protected ExposableControllerEndpoint |
ControllerEndpointDiscoverer.createEndpoint(Object endpointBean,
String id,
boolean enabledByDefault,
Collection<Operation> operations)
Deprecated.
|
protected ExposableServletEndpoint |
ServletEndpointDiscoverer.createEndpoint(Object endpointBean,
String id,
boolean enabledByDefault,
Collection<Operation> operations)
Deprecated.
|
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.