See: Description
Interface | Description |
---|---|
BaseCondition |
Marker interface for conditions reported.
|
ConditionHandler |
Interface for a handler registered with a runtime instance to receive reported runtime conditions.
|
ConditionHandlerFactory |
Factory for runtime condition handler instance(s).
|
Class | Description |
---|---|
ConditionHandlerContext |
Context provided to
ConditionHandler implementations providing
runtime-condition-contextual information. |
ConditionHandlerFactoryContext |
Context provided to
ConditionHandlerFactory implementations providing
runtime contextual information. |
ConditionMatchRecognizeStatesMax |
Indicates that on the runtimelevel the match-recognize has reached the configured runtime-wide limit at runtime.
|
ConditionPatternRuntimeSubexpressionMax |
Indicates that on the runtimelevel the followed-by pattern operator, regardless whether parameterized with a max number of sub-expressions or not,
has reached the configured runtime-wide limit at runtime.
|
ConditionPatternSubexpressionMax |
Indicates that the followed-by pattern operator, when parameterized with a max number of sub-expressions,
has reached that limit at runtime.
|
Conditions indicate special situations in the runtime.
Copyright © 2005–2018. All rights reserved.