Class | Description |
---|---|
AfterMatchSkipStrategy |
Indicate the skip strategy after a match process.
|
NoSkipStrategy |
Every possible match will be emitted.
|
SkipPastLastStrategy |
Discards every partial match that started before emitted match ended.
|
SkipToFirstStrategy |
Discards every partial match that started before the first event of emitted match mapped to
*PatternName*.
|
SkipToLastStrategy |
Discards every partial match that started before the last event of emitted match mapped to
*PatternName*.
|
SkipToNextStrategy |
Discards every partial match that started with the same event, emitted match was started.
|
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.