Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RabbitMQAdapter ¶
type RabbitMQAdapter struct {
Broker *RabbitMQ
}
func (*RabbitMQAdapter) Init ¶
func (ra *RabbitMQAdapter) Init() error
func (*RabbitMQAdapter) Publish ¶
func (ra *RabbitMQAdapter) Publish(ctx context.Context, m messagebroker.PublishMessage) error
func (*RabbitMQAdapter) Subscribe ¶
func (ra *RabbitMQAdapter) Subscribe(ctx context.Context, name string, handler messagebroker.SubscribeMessageHandler)
Click to show internal directories.
Click to hide internal directories.