Versions in this module Expand all Collapse all v1 v1.0.3 Dec 21, 2023 v1.0.0 Dec 21, 2023 Changes in this version + type Manager struct + func NewManager(cfg *infraconfig.Config, netAdapter *netadapter.NetAdapter, ...) (*Manager, error) + func (m *Manager) Context() *flowcontext.FlowContext + func (m *Manager) RegisterFlow(name string, router *routerpkg.Router, ...) *common.Flow + func (m *Manager) RegisterFlowWithCapacity(name string, capacity int, router *routerpkg.Router, ...) *common.Flow + func (m *Manager) RegisterOneTimeFlow(name string, router *routerpkg.Router, ...) *common.Flow + func (m *Manager) SetOnNewBlockTemplateHandler(onNewBlockTemplateHandler flowcontext.OnNewBlockTemplateHandler)