| Modifier and Type | Interface and Description |
|---|---|
interface |
EventStream
Represents a stream of Events.
|
| Modifier and Type | Method and Description |
|---|---|
ResultStream<EventQueryResultEntry> |
EventChannel.queryEvents(String queryExpression,
boolean liveStream)
Queries the Event Store for events using given
queryExpression. |
ResultStream<EventQueryResultEntry> |
EventChannel.querySnapshotEvents(String queryExpression,
boolean liveStream)
Queries the Event Store for snapshot events using given
queryExpression. |
| Modifier and Type | Class and Description |
|---|---|
class |
BufferedEventStream
Buffering implementation of the
EventStream used for Event processing. |
| Modifier and Type | Method and Description |
|---|---|
ResultStream<EventQueryResultEntry> |
EventChannelImpl.queryEvents(String queryExpression,
boolean liveStream) |
ResultStream<EventQueryResultEntry> |
EventChannelImpl.querySnapshotEvents(String queryExpression,
boolean liveStream) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractBufferedStream<T,R>
An abstract
FlowControlledBuffer and ResultStream implementation, used to provide a buffered stream
of results of T when receiving a request of type R. |
| Modifier and Type | Method and Description |
|---|---|
ResultStream<QueryResponse> |
QueryChannel.query(QueryRequest query)
Sends the given
query to AxonServer for routing to the appropriate handlers. |
ResultStream<QueryUpdate> |
SubscriptionQueryResult.updates()
Returns the stream of updates to the queried projection.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SubscriptionQueryUpdateBuffer
Buffer for
SubscriptionQuery updates. |
| Modifier and Type | Method and Description |
|---|---|
ResultStream<QueryUpdate> |
SubscriptionQueryStream.buffer()
Returns the
ResultStream buffering the QueryUpdates to this subscription query. |
ResultStream<QueryResponse> |
QueryChannelImpl.query(QueryRequest query) |
Copyright © 2020–2021 AxonIQ BV. All rights reserved.