public interface ActionChoice
ActionChoice is the stage in the Policy Builder DSL where you select which kind of action you would like to take in the event of a filter not accepting your condition.
| Modifier and Type | Interface and Description |
|---|---|
static class |
ActionChoice.Kind |
| Modifier and Type | Method and Description |
|---|---|
FilterOption |
action(ActionChoice.Kind actionKind) |
FilterOption action(ActionChoice.Kind actionKind)
Copyright © 2017. All rights reserved.