prod

package
v0.0.8 Latest Latest
Warning

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

Go to latest
Published: Mar 11, 2024 License: Artistic-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Producer

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

func New

func New() *Producer

func (*Producer) NewCustomConsumer

func (this *Producer) NewCustomConsumer(opts ...producer.Option) error

func (*Producer) NewProducer

func (this *Producer) NewProducer(servers []string) error

func (*Producer) SendAsync

func (this *Producer) SendAsync(topic, json string, mq func(ctx context.Context, result *primitive.SendResult, err error)) error

SendAsync 异步方法

func (*Producer) SendSync

func (this *Producer) SendSync(topic, json string) (*primitive.SendResult, error)

SendSync 同步方法

func (*Producer) Shutdown

func (this *Producer) Shutdown() error

func (*Producer) Start

func (this *Producer) Start() error

Jump to

Keyboard shortcuts

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