|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use EventVisitor | |
|---|---|
| org.axonframework.eventstore | Definitions and implementations of the Event store, the mechanism that can load event streams and append events to them. |
| org.axonframework.eventstore.jpa | JPA Implementation of the EventStore. |
| org.axonframework.eventstore.mongo | |
| Uses of EventVisitor in org.axonframework.eventstore |
|---|
| Methods in org.axonframework.eventstore with parameters of type EventVisitor | |
|---|---|
void |
EventStoreManagement.visitEvents(EventVisitor visitor)
Loads all events available in the event store and calls doWithEvent(org.axonframework.domain.DomainEvent)
for each event found. |
| Uses of EventVisitor in org.axonframework.eventstore.jpa |
|---|
| Methods in org.axonframework.eventstore.jpa with parameters of type EventVisitor | |
|---|---|
void |
JpaEventStore.visitEvents(EventVisitor visitor)
|
| Uses of EventVisitor in org.axonframework.eventstore.mongo |
|---|
| Methods in org.axonframework.eventstore.mongo with parameters of type EventVisitor | |
|---|---|
void |
MongoEventStore.visitEvents(EventVisitor visitor)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||