provider

package
v2.0.0 Latest Latest
Warning

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

Go to latest
Published: Jun 18, 2023 License: Apache-2.0 Imports: 18 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Service

type Service struct {
	GatewayConfig *gwTY.Config
	// contains filtered or unexported fields
}

Service component of the provider

func GetService

func GetService(ctx context.Context, gatewayCfg *gwTY.Config) (*Service, error)

GetService returns service instance

func (*Service) ClearGatewaySleepingQueue

func (s *Service) ClearGatewaySleepingQueue()

clear all sleeping messages

func (*Service) ClearNodeSleepingQueue

func (s *Service) ClearNodeSleepingQueue(nodeID string)

clear sleeping queue message of a node

func (*Service) GetGatewaySleepingQueue

func (s *Service) GetGatewaySleepingQueue() map[string][]msgTY.Message

returns sleeping queue messages

func (*Service) GetNodeSleepingQueue

func (s *Service) GetNodeSleepingQueue(nodeID string) []msgTY.Message

returns sleeping queue messages

func (*Service) Start

func (s *Service) Start() error

Start gateway service

func (*Service) Stop

func (s *Service) Stop() error

Stop the service

Jump to

Keyboard shortcuts

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