[][src]Module wascc_codec::eventstreams

Event Streaming

This module contains data types and operation constants for the wascc:eventstreams capability provider. For more information on append-only event streams, event sourcing, and how they apply to waSCC actor development, check the documentation on waSCC.dev

Structs

Event

Represents an immutable event within a stream

StreamQuery

A query against a given stream

StreamResults

Results of a stream query

TimeRange

Represents a timeslice range for a stream

WriteResponse

The response from the provider after writing an event to a stream

Constants

OP_DELIVER_EVENT

Capability provider uses this operation to deliver an event to an actor

OP_QUERY_STREAM

Actor invokes this operation to execute a query against an event stream

OP_WRITE_EVENT

Actor invokes this operation on provider to write an event to a given event stream