# Packages
Code generated by counterfeiter.
# Functions
BuildAdapterInventory creates all of the enabled adapters provided in the inventory list.
NewHandler returns a new stream Handler.
NewManager returns a new stream Manager.
# Structs
AdapterInfo lists information about this Adapter and provides a builder for the Adapter.
No description provided by the author
Manager is a process responsible for watching stream created or stream closed events from all adapters.
# Interfaces
Adapter defines an interface that translates data from data sources into streams that the core server can consume data from.
AdapterBuilder represents a set of methods that instantiates the adapter.
Handler defines the interface that a stream handler must implement.
Provider defines the public facing interface for a provider of a parsed data stream.
# Type aliases
HandlerFactory defines a factory for creating a handler capable of processing updates from the stream provider.