Documentation
¶
Overview ¶
Package stomp implements a notification sender using stomp protocol.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
Brokers []string
Destination string
CertFile string
KeyFile string
CAFile string
FailoverRetryDelay float32
}
Config represents the configuration of a Stomp Sender.
type Sender ¶
func (*Sender) Configure ¶
func (s *Sender) Configure(config *notification.Config) (bool, error)
Configure verifies stomp config and sets up stomp connection
func (*Sender) Disconnect ¶
func (s *Sender) Disconnect()
Disconnect - disconnect from remote broker
Click to show internal directories.
Click to hide internal directories.