eventstore v0.8.0 EventStore.Subscriptions.SingleStreamSubscription
Summary
Functions
Acknowledge receipt of the last seen event for the stream and subscription
Get the stream identity from the given event
Get the last ack'd event for the given subscription
Get a stream of events since the last seen, fetched in batches limited to given size
Functions
Acknowledge receipt of the last seen event for the stream and subscription
Callback implementation for EventStore.Subscriptions.StreamSubscriptionProvider.ack_last_seen_event/3
.
Get the stream identity from the given event.
Callback implementation for EventStore.Subscriptions.StreamSubscriptionProvider.event_id/1
.
Get the last ack'd event for the given subscription
Callback implementation for EventStore.Subscriptions.StreamSubscriptionProvider.last_ack/1
.
Get a stream of events since the last seen, fetched in batches limited to given size
Callback implementation for EventStore.Subscriptions.StreamSubscriptionProvider.unseen_event_stream/3
.