Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ArgsWebSocketHost ¶
type ArgsWebSocketHost struct {
WebSocketConfig data.WebSocketConfig
Marshaller marshal.Marshalizer
Log core.Logger
}
ArgsWebSocketHost holds all the arguments needed in order to create a FullDuplexHost
type FullDuplexHost ¶
type FullDuplexHost interface {
Send(payload []byte, topic string) error
SetPayloadHandler(handler websocket.PayloadHandler) error
Close() error
IsInterfaceNil() bool
}
FullDuplexHost defines what a full duplex host should be able to do
func CreateWebSocketHost ¶
func CreateWebSocketHost(args ArgsWebSocketHost) (FullDuplexHost, error)
CreateWebSocketHost will create and start a new instance of factory.FullDuplexHost
Click to show internal directories.
Click to hide internal directories.