notifier

package
v1.4.0 Latest Latest
Warning

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

Go to latest
Published: Nov 11, 2022 License: GPL-3.0 Imports: 6 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewEpochStartSubscriptionHandler

func NewEpochStartSubscriptionHandler() *epochStartSubscriptionHandler

NewEpochStartSubscriptionHandler returns a new instance of epochStartSubscriptionHandler

func NewHandlerForEpochStart

func NewHandlerForEpochStart(
	actionFunc func(hdr data.HeaderHandler),
	prepareFunc func(metaHeader data.HeaderHandler),
	id uint32,
) epochStart.ActionHandler

NewHandlerForEpochStart will return a struct which will satisfy the above interface

func NewManualEpochStartNotifier added in v1.1.1

func NewManualEpochStartNotifier() *manualEpochStartNotifier

NewManualEpochStartNotifier creates a new instance of a manual epoch start notifier

Types

type EpochStartNotifier

type EpochStartNotifier interface {
	RegisterHandler(handler epochStart.ActionHandler)
	UnregisterHandler(handler epochStart.ActionHandler)
	NotifyAll(hdr data.HeaderHandler)
	NotifyAllPrepare(metaHdr data.HeaderHandler, body data.BodyHandler)
	NotifyEpochChangeConfirmed(epoch uint32)
	RegisterForEpochChangeConfirmed(handler func(epoch uint32))
	IsInterfaceNil() bool
}

EpochStartNotifier defines which actions should be done for handling new epoch's events

Jump to

Keyboard shortcuts

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