Uses of Interface
org.springframework.boot.actuate.endpoint.OperationFilter
Packages that use OperationFilter
-
Uses of OperationFilter in org.springframework.boot.actuate.endpoint
Methods in org.springframework.boot.actuate.endpoint that return OperationFilterModifier and TypeMethodDescriptionstatic <O extends Operation>
OperationFilter<O>OperationFilter.byAccess
(EndpointAccessResolver accessResolver) Return anOperationFilter
that filters based on the allowedaccess
as determined by anaccess resolver
.