nsq

package
v1.8.2 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Consumer

type Consumer struct {
	*nsq.Consumer
	Conf ConsumerConfig
}

func (*Consumer) Close

func (c *Consumer) Close() error

func (*Consumer) Config

func (c *Consumer) Config() any

func (*Consumer) SetEntity

func (c *Consumer) SetEntity()

type ConsumerConfig

type ConsumerConfig struct {
	NSQLookupdAddrs []string
	NSQdAddrs       []string
	Topic           string
	Channel         string
	*nsq.Config
}

func (*ConsumerConfig) Build

func (c *ConsumerConfig) Build() *nsq.Consumer

func (*ConsumerConfig) InitAfterInject

func (c *ConsumerConfig) InitAfterInject()

func (*ConsumerConfig) InitBeforeInject

func (c *ConsumerConfig) InitBeforeInject()

type Producer

type Producer struct {
	*nsq.Producer
	Conf ProducerConfig
}

func (*Producer) Close

func (p *Producer) Close() error

func (*Producer) Config

func (p *Producer) Config() any

func (*Producer) SetEntity

func (p *Producer) SetEntity()

type ProducerConfig

type ProducerConfig struct {
	Addr string
	*nsq.Config
}

func (*ProducerConfig) Build

func (c *ProducerConfig) Build() *nsq.Producer

func (*ProducerConfig) InitAfterInject

func (c *ProducerConfig) InitAfterInject()

func (*ProducerConfig) InitBeforeInject

func (c *ProducerConfig) InitBeforeInject()

Jump to

Keyboard shortcuts

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