public interface EventStream extends ResultStream<EventWithToken>
| Modifier and Type | Method and Description |
|---|---|
void |
excludePayloadType(String payloadType,
String revision)
Instructs AxonServer to not send messages with the given
payloadType and revision. |
close, getError, isClosed, next, nextIfAvailable, nextIfAvailable, onAvailable, peekvoid excludePayloadType(String payloadType, String revision)
payloadType and revision. This
method is in no way a guarantee that these message will no longer be sent at all. Some messages may already have
been en-route, and AxonServer may decide to send messages every once in a while as a "beacon" to relay progress
of the tracking token. It may choose, however, to omit the actual payload, in that case.payloadType - the type of payload to exclude from the streamrevision - the revision of the payload to exclude from the streamCopyright © 2020–2022 AxonIQ BV. All rights reserved.