queues

package
v0.0.4 Latest Latest
Warning

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

Go to latest
Published: Mar 23, 2022 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	Type     string
	Addrs    string
	Topic    string
	GroupId  string
	WarnTime time.Duration
}

type IConsumer

type IConsumer interface {
	OnMessageHandler(f func(data []byte))
}

func NewConsumer

func NewConsumer(ctx contextx.Context, opfs ...func(cfg *Config)) (IConsumer, error)

type IProducer

type IProducer interface {
	Push(data []byte) error
}

func NewProducer

func NewProducer(ctx contextx.Context, opfs ...func(cfg *Config)) (IProducer, error)

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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