Sha256: 0a8ffc190b99148d6f6de50d5462122fc6f8fe2e9fb1167885e329e0bd7e4521
Contents?: true
Size: 298 Bytes
Versions: 13
Compression:
Stored size: 298 Bytes
Contents
module PgEventstore module Commands class Read < PgEventstore::AbstractCommand # _@param_ `stream` # # _@param_ `options` — request options def call: (PgEventstore::Stream stream, ?options: ::Hash[untyped, untyped]) -> ::Array[PgEventstore::Event] end end end
Version data entries
13 entries across 13 versions & 1 rubygems