Package io.streamthoughts.azkarra.api.components.condition
-
Interface Summary Interface Description ComponentConditionalContext<T extends ComponentDescriptor> Interface to verify if a conditional component is enabled for a given context.Condition Define a single condition that need to be fulfilled for a component to be eligible for use in the application.ConditionContext<T extends ComponentDescriptor> The context information for use by aCondition
matching aComponentDescriptor
. -
Class Summary Class Description Conditions OnComponentCondition OnPropertyCondition<T> Condition to express a requirement for a given property.TrueCondition Returnstrue
.