| Constructor and Description |
|---|
ResultStreamPublisher(Supplier<ResultStream<M>> resultStreamSupplier)
Constructs an instance based on the specifier supplier of underlying
ResultStream. |
| Modifier and Type | Method and Description |
|---|---|
ResultStream<EventProcessor> |
AdminChannel.eventProcessors()
Returns all the event processor registered to AxonServer.
|
ResultStream<EventProcessor> |
AdminChannel.eventProcessorsByComponent(String component)
Returns all the event processor registered by the specified application.
|
ResultStream<ContextUpdate> |
AdminChannel.subscribeToContextUpdates()
Subscribes and listens to context updates from Axon Server, like when a context is created or deleted.
|
| Modifier and Type | Method and Description |
|---|---|
ResultStream<EventProcessor> |
AdminChannelImpl.eventProcessors() |
ResultStream<EventProcessor> |
AdminChannelImpl.eventProcessorsByComponent(String component) |
ResultStream<ContextUpdate> |
AdminChannelImpl.subscribeToContextUpdates() |
| Modifier and Type | Interface and Description |
|---|---|
interface |
EventStream
Represents a stream of Events.
|
| Modifier and Type | Method and Description |
|---|---|
default ResultStream<EventQueryResultEntry> |
EventChannel.queryEvents(String queryExpression,
boolean liveStream)
Queries the Event Store for events using given
queryExpression. |
default ResultStream<EventQueryResultEntry> |
EventChannel.queryEvents(String queryExpression,
boolean liveStream,
String contextName)
Queries the Event Store for events using given
queryExpression. |
default ResultStream<EventQueryResultEntry> |
EventChannel.querySnapshotEvents(String queryExpression,
boolean liveStream)
Queries the Event Store for snapshot events using given
queryExpression. |
default ResultStream<EventQueryResultEntry> |
EventChannel.querySnapshotEvents(String queryExpression,
boolean liveStream,
String contextName)
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,
String contextName) |
ResultStream<EventQueryResultEntry> |
EventChannelImpl.querySnapshotEvents(String queryExpression,
boolean liveStream,
String contextName) |
| 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–2023 AxonIQ BV. All rights reserved.