Package | Description |
---|---|
org.springframework.boot.actuate.endpoint.web |
Web support for actuator endpoints.
|
Modifier and Type | Method and Description |
---|---|
OperationRequestPredicate |
WebOperation.getRequestPredicate()
Returns the predicate for requests that can be handled by this operation.
|
Constructor and Description |
---|
WebOperation(OperationType type,
OperationInvoker operationInvoker,
boolean blocking,
OperationRequestPredicate requestPredicate,
String id)
Creates a new
WebEndpointOperation with the given type . |
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.