Java org.springframework.boot.actuate.endpoint.web WebOperation fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.boot.actuate.endpoint.web WebOperation fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.boot.actuate.endpoint.web WebOperation.

The text is from its open source code.

Method

StringgetId()
Returns the ID of the operation that uniquely identifies it within its endpoint.
WebOperationRequestPredicategetRequestPredicate()
Returns the predicate for requests that can be handled by this operation.