Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Event ¶
type Event[T comparable] struct { Topic T Payload protoreflect.ProtoMessage }
type Observer ¶
type Observer[T comparable] struct { // contains filtered or unexported fields }
type Processor ¶
type Processor[T comparable] func(e *Event[T]) error
Click to show internal directories.
Click to hide internal directories.