Package io.micronaut.management.endpoint
Class EndpointEnabledCondition
java.lang.Object
io.micronaut.management.endpoint.EndpointEnabledCondition
- All Implemented Interfaces:
Condition
,Predicate<ConditionContext>
A condition that checks whether an
Endpoint
is enabled.- Author:
- James Kleeh
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
matches
(ConditionContext context) Check whether a specific condition is met.
-
Constructor Details
-
EndpointEnabledCondition
public EndpointEnabledCondition()
-
-
Method Details