Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HTTPDispatcher ¶
HTTPDispatcher is an implementation of the Dispatcher interface
func (HTTPDispatcher) DispatchMessage ¶
func (dispatcher HTTPDispatcher) DispatchMessage(message *handler.Message, route Route) error
DispatchMessage is a method to dispatch a message to a consumer
type LambdaDispatcher ¶
type LambdaDispatcher struct { SourceClient SourceClient MessageDispatcher MessageDispatcher }
LambdaDispatcher is an implementation of the MessageHandler interface
type MessageDispatcher ¶
MessageDispatcher interface to dispatch message
type SourceClient ¶
SourceClient interface to retrieve routes for a given source
Click to show internal directories.
Click to hide internal directories.