Package | Description |
---|---|
org.axonframework.axonserver.connector.event.axon | |
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 | Class and Description |
---|---|
class |
EventBuffer
Client-side buffer of messages received from the server.
|
Modifier and Type | Method and Description |
---|---|
TrackingEventStream |
AxonServerEventStore.openStream(TrackingToken trackingToken) |
Modifier and Type | Method and Description |
---|---|
TrackingEventStream |
EmbeddedEventStore.openStream(TrackingToken trackingToken) |
Copyright © 2010–2022. All rights reserved.