eventstore v0.8.0 EventStore.Subscriptions.AllStreamsSubscription

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

ack_last_seen_event(binary, subscription_name, last_event_id)

Acknowledge receipt of the last seen event for the stream and subscription

Callback implementation for EventStore.Subscriptions.StreamSubscriptionProvider.ack_last_seen_event/3.

event_id(recorded_event)

Get the stream identity from the given event.

Callback implementation for EventStore.Subscriptions.StreamSubscriptionProvider.event_id/1.

last_ack(subscription)

Get the last ack'd event for the given subscription

Callback implementation for EventStore.Subscriptions.StreamSubscriptionProvider.last_ack/1.

unseen_event_stream(stream, last_seen, read_batch_size)

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.