| Package | Description |
|---|---|
| org.axonframework.common.stream | |
| 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 | Method and Description |
|---|---|
static <M> Stream<M> |
StreamUtils.asStream(BlockingStream<M> messageStream)
Convert the given
messageStream to a regular java Stream. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
TrackingEventStream
Describes a stream of
TrackedEventMessages. |
| Modifier and Type | Method and Description |
|---|---|
BlockingStream<M> |
StreamableMessageSource.openStream(TrackingToken trackingToken)
Open a stream containing all messages since given tracking token.
|
Copyright © 2010–2018. All rights reserved.