msgqueue

package
v0.2.1 Latest Latest
Warning

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

Go to latest
Published: Sep 23, 2019 License: MPL-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Msgqueue

type Msgqueue interface {
	SubscribeQueue(queueid, queuegroup string, worker func(msgdata []byte)) (Subscription, error)
	Publish(queueid string, msgdata []byte) error
}

Msgqueue is a service wrapper around a nats streaming queue client instance

type Service

type Service interface {
	governor.Service
	Msgqueue
}

func New

func New() (Service, error)

New creates a new msgqueue service

type Subscription

type Subscription interface {
	Close() error
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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