factory

package
v0.0.3 Latest Latest
Warning

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

Go to latest
Published: Mar 14, 2024 License: GPL-3.0 Imports: 6 Imported by: 0

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

Jump to

Keyboard shortcuts

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