consumer

package
v0.30.0 Latest Latest
Warning

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

Go to latest
Published: Aug 20, 2024 License: MPL-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type SinkerKeyExpirationListener added in v0.29.0

type SinkerKeyExpirationListener interface {
	// SubscribeToKeyExpiration Listen to the sinker key expiration
	SubscribeToKeyExpiration(ctx context.Context) error
	// ReceiveMessage to be used to receive the message from the sinker key expiration, async
	ReceiveMessage(ctx context.Context, message string) error
}

func NewSinkerKeyExpirationListener added in v0.29.0

func NewSinkerKeyExpirationListener(l *zap.Logger, cacheRedisClient *redis.Client, idleProducer producer.SinkIdleProducer) SinkerKeyExpirationListener

Jump to

Keyboard shortcuts

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