queue

package
v0.2.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 18, 2024 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ModuleID = &Identity{}

Functions

func NewRabbitMqModule

func NewRabbitMqModule(provider common.ConfigProvider) (common.Module, error)

Types

type Identity

type Identity struct{}

func (*Identity) GetModule

func (id *Identity) GetModule(factory common.Factory) (Module, error)

type Module

type Module interface {
	common.Module
	GetEventRouter() event.Router
	GetMessageRouter() message.Router
}

func NewRabbitMq

func NewRabbitMq(
	boxConfig common.BoxConfig,
	connConfiguration connection.Config,
	queueConfiguration queue.RouterConfig,
) (Module, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL