Module: PgEventstore::Commands
- Defined in:
- lib/pg_eventstore/commands/read.rb,
lib/pg_eventstore/commands/append.rb,
lib/pg_eventstore/commands/link_to.rb,
lib/pg_eventstore/commands/multiple.rb,
lib/pg_eventstore/commands/delete_event.rb,
lib/pg_eventstore/commands/read_grouped.rb,
lib/pg_eventstore/commands/read_streams.rb,
lib/pg_eventstore/commands/delete_stream.rb,
lib/pg_eventstore/commands/stream_revision.rb,
lib/pg_eventstore/commands/read_streams_paginated.rb,
lib/pg_eventstore/commands/system_stream_read_paginated.rb,
lib/pg_eventstore/commands/regular_stream_read_paginated.rb,
lib/pg_eventstore/commands/revision_check/current_revision.rb,
lib/pg_eventstore/commands/revision_check/expected_revision.rb,
lib/pg_eventstore/commands/event_modifiers/prepare_link_event.rb,
lib/pg_eventstore/commands/revision_check/stream_revision_check.rb,
lib/pg_eventstore/commands/event_modifiers/prepare_regular_event.rb,
lib/pg_eventstore/commands/revision_check/stream_revision_comparison.rb,
lib/pg_eventstore/commands/revision_check/event_type_revisions_comparison.rb,
sig/pg_eventstore/commands/read.rbs,
sig/pg_eventstore/commands/append.rbs,
sig/pg_eventstore/commands/link_to.rbs,
sig/pg_eventstore/commands/multiple.rbs,
sig/pg_eventstore/commands/delete_event.rbs,
sig/pg_eventstore/commands/read_grouped.rbs,
sig/pg_eventstore/commands/read_streams.rbs,
sig/pg_eventstore/commands/delete_stream.rbs,
sig/pg_eventstore/commands/stream_revision.rbs,
sig/pg_eventstore/commands/read_streams_paginated.rbs,
sig/pg_eventstore/commands/system_stream_read_paginated.rbs,
sig/pg_eventstore/commands/regular_stream_read_paginated.rbs,
sig/pg_eventstore/commands/revision_check/current_revision.rbs,
sig/pg_eventstore/commands/revision_check/expected_revision.rbs,
sig/pg_eventstore/commands/event_modifiers/prepare_link_event.rbs,
sig/pg_eventstore/commands/revision_check/stream_revision_check.rbs,
sig/pg_eventstore/commands/event_modifiers/prepare_regular_event.rbs,
sig/pg_eventstore/commands/revision_check/stream_revision_comparison.rbs,
sig/pg_eventstore/commands/revision_check/event_type_revisions_comparison.rbs
Defined Under Namespace
Modules: EventModifiers, RevisionCheck