rabbitmq

package
v0.0.0-...-dc7611c Latest Latest
Warning

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

Go to latest
Published: Apr 6, 2024 License: MIT Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	// ModuleFunc provided to fxlog
	// https://uber-go.github.io/fx/modules.html
	ModuleFunc = func(rabbitMQConfigurationConstructor interface{}) fx.Option {
		return fx.Module(
			"rabbitmqfx",
			fx.Provide(rabbitMQConfigurationConstructor),
			rabbitmqProviders,
			rabbitmqInvokes,
		)
	}
)

Functions

func NewRabbitMQHealthChecker

func NewRabbitMQHealthChecker(connection types.IConnection) health.Health

Types

This section is empty.

Jump to

Keyboard shortcuts

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