Package | Description |
---|---|
org.axonframework.eventhandling |
Classes related to event handling and dispatching, such as
Event Listeners and the Event Bus . |
org.axonframework.eventsourcing.eventstore |
Definitions and implementations of the Event store, the mechanism that can load event streams and append events to
them.
|
Modifier and Type | Method and Description |
---|---|
TrackingEventStream |
SimpleEventBus.openStream(TrackingToken trackingToken)
This implementation only returns a stream if the specified
trackingToken is null . |
TrackingEventStream |
EventBus.openStream(TrackingToken trackingToken)
Open an event stream containing all events since given tracking token.
|
Modifier and Type | Method and Description |
---|---|
TrackingEventStream |
EmbeddedEventStore.openStream(TrackingToken trackingToken) |
Copyright © 2010–2017. All rights reserved.