subscriber

package
v0.6.0 Latest Latest
Warning

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

Go to latest
Published: Aug 3, 2023 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 {
	Driver  string
	Kinesis kinesis.SessionConfig
	Pubsub  pubsub.SessionConfig
}

Config is the configuration for the subscriber.

type Subscriber

type Subscriber interface {
	Subscribe(ctx context.Context, fn func(ctx context.Context, payload []byte, headers map[string][]string) error) error
}

Subscriber is the interface that must be implemented by the subscriber.

func Build

func Build(ctx context.Context, driver string, cfg Config) (Subscriber, error, func() error)

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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