| Package | Description |
|---|---|
| com.networknt.eventuate.common |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultAggregateRepositoryInterceptor<T extends CommandProcessingAggregate<T,CT>,CT extends Command> |
| Modifier and Type | Method and Description |
|---|---|
Optional<AggregateRepositoryInterceptor> |
UpdateOptions.getInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
void |
AggregateRepository.setInterceptor(AggregateRepositoryInterceptor<T,CT> interceptor) |
UpdateOptions |
UpdateOptions.withInterceptor(AggregateRepositoryInterceptor interceptor) |
| Constructor and Description |
|---|
UpdateOptions(Optional<EventContext> triggeringEvent,
Optional<Map<String,String>> eventMetadata,
Optional<Snapshot> snapshot,
Optional<AggregateRepositoryInterceptor> interceptor) |
Copyright © 2021. All rights reserved.