Class FalseScopeConditionOutcome

java.lang.Object
com.microservices.starter.core.environment.FalseScopeConditionOutcome
All Implemented Interfaces:
ScopeConditionOutcome

public class FalseScopeConditionOutcome extends Object implements ScopeConditionOutcome
Always return false for the in-scope determination. This is useful for when you explicitly want to exclude from inclusion.
  • Constructor Details

    • FalseScopeConditionOutcome

      public FalseScopeConditionOutcome()
  • Method Details