View Source Franklin.EventStore (Franklin v0.1.0)

Link to this section Summary

Functions

Callback implementation for EventStore.ack/2.

Callback implementation for EventStore.start_link/1.

Link to this section Functions

Callback implementation for EventStore.ack/2.

Link to this function

append_to_stream(stream_uuid, expected_version, events, opts \\ [])

View Source

Callback implementation for EventStore.append_to_stream/4.

Link to this function

delete_all_streams_subscription(subscription_name, opts \\ [])

View Source

Callback implementation for EventStore.delete_all_streams_subscription/2.

Link to this function

delete_snapshot(source_uuid, opts \\ [])

View Source

Callback implementation for EventStore.delete_snapshot/2.

Link to this function

delete_stream(stream_uuid, expected_version, type \\ :soft, opts \\ [])

View Source

Callback implementation for EventStore.delete_stream/4.

Link to this function

delete_subscription(stream_uuid, subscription_name, opts \\ [])

View Source

Callback implementation for EventStore.delete_subscription/3.

Link to this function

paginate_streams(opts \\ [])

View Source

Callback implementation for EventStore.paginate_streams/1.

Link to this function

read_all_streams_backward(start_version \\ -1, count \\ 1000, opts \\ [])

View Source

Callback implementation for EventStore.read_all_streams_backward/3.

Link to this function

read_all_streams_forward(start_version \\ 0, count \\ 1000, opts \\ [])

View Source

Callback implementation for EventStore.read_all_streams_forward/3.

Link to this function

read_snapshot(source_uuid, opts \\ [])

View Source

Callback implementation for EventStore.read_snapshot/2.

Link to this function

read_stream_backward(stream_uuid, start_version \\ -1, count \\ 1000, opts \\ [])

View Source

Callback implementation for EventStore.read_stream_backward/4.

Link to this function

read_stream_forward(stream_uuid, start_version \\ 0, count \\ 1000, opts \\ [])

View Source

Callback implementation for EventStore.read_stream_forward/4.

Link to this function

record_snapshot(snapshot, opts \\ [])

View Source

Callback implementation for EventStore.record_snapshot/2.

Callback implementation for EventStore.start_link/1.

Link to this function

stop(supervisor, timeout \\ 5000)

View Source

Callback implementation for EventStore.stop/2.

Link to this function

stream_all_backward(start_version \\ -1, opts \\ [])

View Source

Callback implementation for EventStore.stream_all_backward/2.

Link to this function

stream_all_forward(start_version \\ 0, opts \\ [])

View Source

Callback implementation for EventStore.stream_all_forward/2.

Link to this function

stream_backward(stream_uuid, start_version \\ -1, opts \\ [])

View Source

Callback implementation for EventStore.stream_backward/3.

Link to this function

stream_forward(stream_uuid, start_version \\ 0, opts \\ [])

View Source

Callback implementation for EventStore.stream_forward/3.

Link to this function

stream_info(stream_uuid, opts \\ [])

View Source

Callback implementation for EventStore.stream_info/2.

Link to this function

subscribe(stream_uuid, opts \\ [])

View Source

Callback implementation for EventStore.subscribe/2.

Link to this function

subscribe_to_all_streams(subscription_name, subscriber, opts \\ [])

View Source

Callback implementation for EventStore.subscribe_to_all_streams/3.

Link to this function

subscribe_to_stream(stream_uuid, subscription_name, subscriber, opts \\ [])

View Source

Callback implementation for EventStore.subscribe_to_stream/4.

Link to this function

unsubscribe_from_all_streams(subscription_name, opts \\ [])

View Source

Callback implementation for EventStore.unsubscribe_from_all_streams/2.

Link to this function

unsubscribe_from_stream(stream_uuid, subscription_name, opts \\ [])

View Source

Callback implementation for EventStore.unsubscribe_from_stream/3.