rocket

package
v1.2.7 Latest Latest
Warning

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

Go to latest
Published: Oct 18, 2023 License: MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Consumer

func Consumer(messages ...Message)

Consumer 用于注册消费端

func Init

func Init()

func Producer added in v1.2.5

func Producer(group, topic string, msg []byte, retry int)

Types

type Message

type Message struct {
	//组和主题地址映射
	Group string
	Topic string
	//实际处理方法
	Handler func(msg string)
}

Jump to

Keyboard shortcuts

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