|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use EventStore | |
|---|---|
| org.axonframework.commandhandling.disruptor | |
| org.axonframework.eventsourcing | Classes related to event sourcing. |
| 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.fs | Package containing classes necessary to implement a FileSystem based implementation of the EventStore |
| org.axonframework.eventstore.jpa | JPA Implementation of the EventStore. |
| Uses of EventStore in org.axonframework.commandhandling.disruptor |
|---|
| Constructors in org.axonframework.commandhandling.disruptor with parameters of type EventStore | |
|---|---|
CommandHandlerInvoker(EventStore eventStore,
net.sf.jsr107cache.Cache cache,
int segmentId)
Create an aggregate invoker instance that uses the given eventStore and cache to
retrieve aggregate instances. |
|
DisruptorCommandBus(EventStore eventStore,
EventBus eventBus)
Initialize the DisruptorCommandBus with given resources, using default configuration settings. |
|
DisruptorCommandBus(EventStore eventStore,
EventBus eventBus,
DisruptorConfiguration configuration)
Initialize the DisruptorCommandBus with given resources and settings. |
|
EventPublisher(EventStore eventStore,
EventBus eventBus,
Executor executor,
TransactionManager transactionManager,
RollbackConfiguration rollbackConfiguration,
int segmentId)
Initializes the EventPublisher to publish Events to the given eventStore and eventBus
for aggregate of given aggregateType. |
|
| Uses of EventStore in org.axonframework.eventsourcing |
|---|
| Methods in org.axonframework.eventsourcing with parameters of type EventStore | |
|---|---|
void |
HybridJpaRepository.setEventStore(EventStore eventStore)
The event store to which events are appended. |
void |
EventSourcingRepository.setEventStore(EventStore eventStore)
Sets the event store that would physically store the events. |
| Uses of EventStore in org.axonframework.eventstore |
|---|
| Subinterfaces of EventStore in org.axonframework.eventstore | |
|---|---|
interface |
SnapshotEventStore
Interface describing an event store that is able to store snapshot events. |
| Uses of EventStore in org.axonframework.eventstore.fs |
|---|
| Classes in org.axonframework.eventstore.fs that implement EventStore | |
|---|---|
class |
FileSystemEventStore
Implementation of the EventStore that serializes objects (by default using
XStream) and
writes them to files to disk. |
| Uses of EventStore in org.axonframework.eventstore.jpa |
|---|
| Classes in org.axonframework.eventstore.jpa that implement EventStore | |
|---|---|
class |
JpaEventStore
An EventStore implementation that uses JPA to store DomainEvents in a database. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||