public interface UpdateStrategy
| Modifier and Type | Interface and Description |
|---|---|
static class |
UpdateStrategy.Builder |
| Modifier and Type | Field and Description |
|---|---|
static UpdateStrategy |
DEFAULT
The default strategy will cause update to fail if no matching handler is found for the loaded event type.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
failOnMissingHandler() |
Set<String> |
ignoredEventTypes() |
static final UpdateStrategy DEFAULT
Copyright © 2021. All rights reserved.