Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EventDispatcherInterface ¶ added in v2.5.1
type EventDispatcherInterface interface {
SendEvent(event Event)
}
type InMemoryBroker ¶
type InMemoryBroker struct { }
func NewEdaInMemory ¶
func NewEdaInMemory() *InMemoryBroker
func (*InMemoryBroker) SendEvent ¶
func (b *InMemoryBroker) SendEvent(event Event)
type RabbitMQBroker ¶
type RabbitMQBroker struct { }
func NewEdaRabbitmq ¶
func NewEdaRabbitmq() *RabbitMQBroker
func (*RabbitMQBroker) SendEvent ¶
func (b *RabbitMQBroker) SendEvent(event Event)
Click to show internal directories.
Click to hide internal directories.