connector

package
v0.0.0-...-d5b0b98 Latest Latest
Warning

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

Go to latest
Published: Jul 6, 2023 License: Apache-2.0, BSD-2-Clause, BSD-3-Clause, + 1 more Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Connector

type Connector interface {
	// ConsumerDelayTopic is the subject of the subscription latency processor
	ConsumerDelayTopic(confInfoList []*cc.ProducerConfInfo)
	// WatchDelayTopic watch the topic of the latency processor
	WatchDelayTopic(c *cc.ProducerConfInfo, eventType int32) error
	// ConsumerProcessorTopic is the topic of the subscription processor
	ConsumerProcessorTopic(confInfoList []*cc.ProcessorConfInfo)
	// WatchProcessorTopic watch the topic of the processor
	WatchProcessorTopic(c *cc.ProcessorConfInfo, eventType int32) error
	// Stop stops the connector gracefully.
	Stop() error
}

Connector is a store of events

func New

New creates the connector of store

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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