Engine configuration
Hook called after the AMQP architecture has been declared.
Hook called before consumers are started.
Hook called before shuting down consumers.
Start consumers.
Will block until all consumers are started then returns.
Calls Engine.beforeConsume.
Declares Exchanges and Queues, and generates publisher functions (see PublisherHandlers).
Blocks until everything is set-up.
Calls Engine.afterDeclare.
Get a copy of the engine's configuration
Get a copy of the publisher handlers
Cancel consumers and close channel.
Will block until all consumers are stoped and the AMQP channel and connection are closed.
Calls Engine.beforeShutdown.
Generated using TypeDoc
AMQP Engine