Versions in this module Expand all Collapse all v1 v1.5.1 Jun 29, 2026 v1.5.0 Jun 26, 2026 Changes in this version + type EventStream interface + AddOrUpdateListener func(ctx context.Context, id *fftypes.UUID, updates *apitypes.Listener, reset bool) (*apitypes.Listener, error) + Delete func(ctx context.Context) error + PollAPIMangedStream func(ctx context.Context, checkpointIn *apitypes.EventStreamCheckpoint, ...) (events []*apitypes.EventWithContext, ...) + RemoveListener func(ctx context.Context, id *fftypes.UUID) error + Spec func() *apitypes.EventStream + Start func(ctx context.Context) error + Status func() apitypes.EventStreamStatus + Stop func(ctx context.Context) error + UpdateSpec func(ctx context.Context, updates *apitypes.EventStream) error