listeners

package
v0.10.0 Latest Latest
Warning

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

Go to latest
Published: Mar 7, 2025 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ListenerManager

type ListenerManager struct {
	// contains filtered or unexported fields
}

ListenerManager listens for any Validator state changes and node catch up status and starts or stops the listeners accordingly It starts the listeners only when the node is a validator and is caught up It stops the running listeners when the node loses its validator status

func NewListenerManager

func NewListenerManager(svc *common.Service, eventStore *voting.EventStore, vstore ValidatorGetter, node Node) *ListenerManager

func (*ListenerManager) Start

func (omgr *ListenerManager) Start() (err error)

Start starts the listener manager. It will block until Stop is called. If any one listener stops, all listeners are stopped and a non-nil error is returned.

func (*ListenerManager) Stop

func (omgr *ListenerManager) Stop()

type Node

type Node interface {
	InCatchup() bool
}

type ValidatorGetter

type ValidatorGetter interface {
	GetValidators() []*types.Validator
	SubscribeValidators() <-chan []*types.Validator
}

ValidatorGetter is able to read the current validator set.

Jump to

Keyboard shortcuts

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