Class FalseScopeConditionOutcome
java.lang.Object
com.microservices.starter.core.environment.FalseScopeConditionOutcome
- All Implemented Interfaces:
ScopeConditionOutcome
Always return false for the in-scope determination. This is useful for when you explicitly want
to exclude from inclusion.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
FalseScopeConditionOutcome
public FalseScopeConditionOutcome()
-
-
Method Details
-
test
public boolean test()- Specified by:
testin interfaceScopeConditionOutcome- Returns:
- Whether in scope.
-