Package | Description |
---|---|
org.axonframework.eventsourcing.eventstore |
Definitions and implementations of the Event store, the mechanism that can load event streams and append events to
them.
|
org.axonframework.messaging |
Classes related to message processing in Axon Framework.
|
Modifier and Type | Interface and Description |
---|---|
interface |
TrackingEventStream
Describes a stream of
TrackedEventMessages . |
Modifier and Type | Method and Description |
---|---|
MessageStream<M> |
StreamableMessageSource.openStream(TrackingToken trackingToken)
Open a stream containing all messages since given tracking token.
|
Modifier and Type | Method and Description |
---|---|
static <M extends Message<?>> |
StreamUtils.asStream(MessageStream<M> messageStream)
Convert the given
messageStream to a regular java Stream of messages. |
Copyright © 2010–2017. All rights reserved.