Interface | Description |
---|---|
MatcherResponse |
Response generated by
Matcher . |
Class | Description |
---|---|
DemandMatcher |
The DemandMatcher checks the CurrentStatus for equality with the items in the DemandState.
|
DemandMatcher$ | |
DemandMatcherAll |
A StateMatcher which matches the CurrentState against the DemandState
|
DemandMatcherAll$ | |
MatchAborted$ | |
Matcher |
The matcher uses the matching definition as provided by
StateMatcher to
match against the state generated by subscribing a source of that state |
MatcherResponses | |
MatcherResponses.MatchCompleted$ |
Matcher response indicating the successful matching of demand state
|
MatcherResponses.MatchFailed |
Matcher response indicating the failure in matching of demand state
|
MatcherResponses.MatchFailed$ | |
MatcherResponses$ | |
PresenceMatcher |
PresenceMatcher only checks for the existence of a CurrentState with a given prefix and name
|
PresenceMatcher$ |
Exception | Description |
---|---|
MatchAborted |
An exception depicting a match was aborted
|