Documentation
¶
Index ¶
Constants ¶
View Source
const ( FallbackTopic = "NEW_EVENT" CommittedTransactions string = "COMMITTED_TRANSACTIONS" SavedMetadata string = "SAVED_METADATA" UpdatedMapping string = "UPDATED_MAPPING" RevertedTransaction string = "REVERTED_TRANSACTION" )
Variables ¶
This section is empty.
Functions ¶
func LedgerMonitorModule ¶
func NewLedgerMonitor ¶
func NewLedgerMonitor(publisher message.Publisher, opts ...MonitorOption) *ledgerMonitor
func ProvideMonitorOption ¶
Types ¶
type MonitorOption ¶
type MonitorOption func(monitor *ledgerMonitor)
func WithLedgerMonitorGlobalTopic ¶
func WithLedgerMonitorGlobalTopic(v string) MonitorOption
func WithLedgerMonitorTopic ¶
func WithLedgerMonitorTopic(key string, v string) MonitorOption
func WithLedgerMonitorTopics ¶
func WithLedgerMonitorTopics(kv map[string]string) MonitorOption
Click to show internal directories.
Click to hide internal directories.