| Interface | Description |
|---|---|
| SubscriptionFilter |
Apply a filter on the subscription to limit the events stream from the event store
|
| SubscriptionPosition |
Represents the position for a subscription.
|
| Class | Description |
|---|---|
| OccurrentSubscriptionFilter |
An implementation of
SubscriptionFilter for Occurrent Filter's. |
| PositionAwareCloudEvent |
A wrapper around a
CloudEvent that also includes a SubscriptionPosition so that
it's possible to resume the stream from a particular state. |
| StartAt |
Specifies in which position a subscription should start when subscribing to it
|
| StartAt.Default | |
| StartAt.Dynamic | |
| StartAt.Now | |
| StartAt.StartAtSubscriptionPosition | |
| StringBasedSubscriptionPosition |
A simple
SubscriptionPosition that is backed by a fixed String |
Copyright © 2021. All rights reserved.