messageQueue

package
v0.2.1 Latest Latest
Warning

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

Go to latest
Published: Sep 12, 2017 License: Apache-2.0 Imports: 13 Imported by: 0

Documentation

Index

Constants

View Source
const (
	ADD_TRIGGER requestType = iota
	DELETE_TRIGGER
	GET_ALL_TRIGGERS
)
View Source
const (
	NATS string = "nats-streaming"
)

Variables

This section is empty.

Functions

func IsTopicValid

func IsTopicValid(mqType string, topic string) bool

Types

type MessageQueue

type MessageQueue interface {
	// contains filtered or unexported methods
}

type MessageQueueConfig

type MessageQueueConfig struct {
	MQType string
	Url    string
}

type MessageQueueTriggerManager

type MessageQueueTriggerManager struct {
	// contains filtered or unexported fields
}

func MakeMessageQueueTriggerManager

func MakeMessageQueueTriggerManager(fissionClient *tpr.FissionClient, routerUrl string, mqConfig MessageQueueConfig) *MessageQueueTriggerManager

type Nats

type Nats struct {
	// contains filtered or unexported fields
}

Jump to

Keyboard shortcuts

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