|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use EventStreamDecorator | |
|---|---|
| org.axonframework.eventsourcing | Classes related to event sourcing. |
| Uses of EventStreamDecorator in org.axonframework.eventsourcing |
|---|
| Subinterfaces of EventStreamDecorator in org.axonframework.eventsourcing | |
|---|---|
interface |
SnapshotterTrigger
Interface for Event Stream Decorators that have the
intent to trigger snapshots. |
| Classes in org.axonframework.eventsourcing that implement EventStreamDecorator | |
|---|---|
class |
EventCountSnapshotterTrigger
Snapshotter trigger mechanism that counts the number of events to decide when to create a snapshot. |
| Method parameters in org.axonframework.eventsourcing with type arguments of type EventStreamDecorator | |
|---|---|
void |
EventSourcingRepository.setEventStreamDecorators(List<? extends EventStreamDecorator> eventProcessors)
Sets the Event Stream Decorators that will process the event in the DomainEventStream when read, or written to the event store. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||