Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BlackHole ¶
type BlackHole struct { }
BlackHole is an outbound connection that sliently swallow the entire payload.
func NewBlackHole ¶
func NewBlackHole() *BlackHole
type BlackHoleFactory ¶
type BlackHoleFactory struct { }
func (BlackHoleFactory) Create ¶
func (this BlackHoleFactory) Create(space *app.Space, config interface{}) (connhandler.OutboundConnectionHandler, error)
Click to show internal directories.
Click to hide internal directories.