Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type StdoutBroker ¶
type StdoutBroker struct { }
StdoutBroker is a log based broker that doesn't publish to any remove message service. The SendMessage method will only output to stdout.
func (*StdoutBroker) BuildEnvelope ¶
func (*StdoutBroker) SendMessage ¶
func (s *StdoutBroker) SendMessage(envelope *events.Envelope) error
Click to show internal directories.
Click to hide internal directories.