View Source Franklin.EventStore (Franklin v0.1.0)
Link to this section Summary
Functions
Callback implementation for EventStore.ack/2.
Callback implementation for EventStore.append_to_stream/4.
Callback implementation for EventStore.delete_all_streams_subscription/2.
Callback implementation for EventStore.delete_snapshot/2.
Callback implementation for EventStore.delete_stream/4.
Callback implementation for EventStore.delete_subscription/3.
Callback implementation for EventStore.link_to_stream/4.
Callback implementation for EventStore.paginate_streams/1.
Callback implementation for EventStore.read_all_streams_backward/3.
Callback implementation for EventStore.read_all_streams_forward/3.
Callback implementation for EventStore.read_snapshot/2.
Callback implementation for EventStore.read_stream_backward/4.
Callback implementation for EventStore.read_stream_forward/4.
Callback implementation for EventStore.record_snapshot/2.
Callback implementation for EventStore.start_link/1.
Callback implementation for EventStore.stop/2.
Callback implementation for EventStore.stream_all_backward/2.
Callback implementation for EventStore.stream_all_forward/2.
Callback implementation for EventStore.stream_backward/3.
Callback implementation for EventStore.stream_forward/3.
Callback implementation for EventStore.stream_info/2.
Callback implementation for EventStore.subscribe/2.
Callback implementation for EventStore.subscribe_to_all_streams/3.
Callback implementation for EventStore.subscribe_to_stream/4.
Callback implementation for EventStore.unsubscribe_from_all_streams/2.
Callback implementation for EventStore.unsubscribe_from_stream/3.
Link to this section Functions
Callback implementation for EventStore.ack/2.
append_to_stream(stream_uuid, expected_version, events, opts \\ [])
View SourceCallback implementation for EventStore.append_to_stream/4.
Callback implementation for EventStore.delete_all_streams_subscription/2.
Callback implementation for EventStore.delete_snapshot/2.
delete_stream(stream_uuid, expected_version, type \\ :soft, opts \\ [])
View SourceCallback implementation for EventStore.delete_stream/4.
Callback implementation for EventStore.delete_subscription/3.
link_to_stream(stream_uuid, expected_version, events_or_event_ids, opts \\ [])
View SourceCallback implementation for EventStore.link_to_stream/4.
Callback implementation for EventStore.paginate_streams/1.
read_all_streams_backward(start_version \\ -1, count \\ 1000, opts \\ [])
View SourceCallback implementation for EventStore.read_all_streams_backward/3.
read_all_streams_forward(start_version \\ 0, count \\ 1000, opts \\ [])
View SourceCallback implementation for EventStore.read_all_streams_forward/3.
Callback implementation for EventStore.read_snapshot/2.
read_stream_backward(stream_uuid, start_version \\ -1, count \\ 1000, opts \\ [])
View SourceCallback implementation for EventStore.read_stream_backward/4.
read_stream_forward(stream_uuid, start_version \\ 0, count \\ 1000, opts \\ [])
View SourceCallback implementation for EventStore.read_stream_forward/4.
Callback implementation for EventStore.record_snapshot/2.
Callback implementation for EventStore.start_link/1.
Callback implementation for EventStore.stop/2.
Callback implementation for EventStore.stream_all_backward/2.
Callback implementation for EventStore.stream_all_forward/2.
Callback implementation for EventStore.stream_backward/3.
Callback implementation for EventStore.stream_forward/3.
Callback implementation for EventStore.stream_info/2.
Callback implementation for EventStore.subscribe/2.
subscribe_to_all_streams(subscription_name, subscriber, opts \\ [])
View SourceCallback implementation for EventStore.subscribe_to_all_streams/3.
subscribe_to_stream(stream_uuid, subscription_name, subscriber, opts \\ [])
View SourceCallback implementation for EventStore.subscribe_to_stream/4.
Callback implementation for EventStore.unsubscribe_from_all_streams/2.
unsubscribe_from_stream(stream_uuid, subscription_name, opts \\ [])
View SourceCallback implementation for EventStore.unsubscribe_from_stream/3.