public interface AggregateRepositoryInterceptor<T extends CommandProcessingAggregate<T,CT>,CT extends Command>
| Modifier and Type | Method and Description |
|---|---|
default Optional<UpdateEventsAndOptions> |
handleException(T aggregate,
Throwable throwable,
Optional<UpdateOptions> updateOptions) |
default UpdateEventsAndOptions |
transformUpdate(T aggregate,
UpdateEventsAndOptions ueo) |
default UpdateEventsAndOptions transformUpdate(T aggregate, UpdateEventsAndOptions ueo)
default Optional<UpdateEventsAndOptions> handleException(T aggregate, Throwable throwable, Optional<UpdateOptions> updateOptions)
Copyright © 2021. All rights reserved.