Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Distributor ¶
type Distributor interface { eventsourcing.EventPublisher eventsourcing.EventConsumer }
Distributor is the interface for our in-process distributor that acts as both publisher and consumer.
func Create ¶
func Create(registry eventsourcing.EventRegistry) Distributor
Create an instance of the Distributor interface
Click to show internal directories.
Click to hide internal directories.