Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DispatchHandler ¶
type Manager ¶
type Manager interface { RegisterDispatcher(msgTypes []fftypes.MessageType, handler DispatchHandler, batchOptions Options) NewMessages() chan<- int64 Start() error Close() WaitStop() }
func NewBatchManager ¶
func NewBatchManager(ctx context.Context, ni sysmessaging.LocalNodeInfo, di database.Plugin, dm data.Manager) (Manager, error)
Click to show internal directories.
Click to hide internal directories.