| Package | Description |
|---|---|
| io.continual.services.processor.engine.model |
| Modifier and Type | Method and Description |
|---|---|
Rule.Builder |
Rule.Builder.alwaysDo(Processor p)
Add a processor to execute always.
|
Rule.Builder |
Rule.Builder.and(Processor p)
Add a processor to an existing then or else chain
|
Rule.Builder |
Rule.Builder.checkIf(Filter f)
Set a filter on the rule
|
Rule.Builder |
Rule.Builder.elseDo(List<? extends Processor> pp)
Add a processor to execute when the filter doesn't match
|
Rule.Builder |
Rule.Builder.elseDo(Processor p)
Add a processor to execute when the filter doesn't match
|
static Rule.Builder |
Rule.newRule() |
Rule.Builder |
Rule.Builder.thenDo(List<? extends Processor> pp)
Add a processor to execute when the filter matches
|
Rule.Builder |
Rule.Builder.thenDo(Processor p)
Add a processor to execute when the filter matches
|
Copyright © 2022 continual.io. All rights reserved.