Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateEventNotifier ¶ added in v1.3.29
func CreateEventNotifier(args *EventNotifierFactoryArgs) (outport.Driver, error)
CreateEventNotifier will create a new event notifier client instance
func CreateOutport ¶
func CreateOutport(args *OutportFactoryArgs) (outport.OutportHandler, error)
CreateOutport will create a new instance of OutportHandler
Types ¶
type EventNotifierFactoryArgs ¶ added in v1.3.29
type EventNotifierFactoryArgs struct { Enabled bool UseAuthorization bool ProxyUrl string Username string Password string Marshaller marshal.Marshalizer Hasher hashing.Hasher PubKeyConverter core.PubkeyConverter }
EventNotifierFactoryArgs defines the args needed for event notifier creation
type OutportFactoryArgs ¶
type OutportFactoryArgs struct { RetrialInterval time.Duration ElasticIndexerFactoryArgs *indexerFactory.ArgsIndexerFactory EventNotifierFactoryArgs *EventNotifierFactoryArgs CovalentIndexerFactoryArgs *covalentFactory.ArgsCovalentIndexerFactory }
OutportFactoryArgs holds the factory arguments of different outport drivers
Click to show internal directories.
Click to hide internal directories.