amqp

package
v0.2.23 Latest Latest
Warning

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

Go to latest
Published: Aug 21, 2024 License: AGPL-3.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Handler

type Handler interface {
	HandlerName() string
	EventName() string
	Handle(m *message.Message) error
}

func NewHandlers

func NewHandlers(application *app.App) []Handler

type MessageSentHandler

type MessageSentHandler struct {
	// contains filtered or unexported fields
}

func (MessageSentHandler) EventName

func (h MessageSentHandler) EventName() string

func (MessageSentHandler) Handle

func (h MessageSentHandler) Handle(m *message.Message) error

func (MessageSentHandler) HandlerName

func (h MessageSentHandler) HandlerName() string

Jump to

Keyboard shortcuts

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