Table of Contents

Transport Listeners

While JobFlow allows for easy usage of serverless offerings like Functions, there are times that using Functions is not viable or otherwise not desired. JobFlow includes a set of methods that allow you to easily create background listeners.

See TransportListenerExtensions for details about the available methods.

Since the methods make use of work processors that implement IMessageHandler<T>, IJobWorkProcessor, or IJobWorkProcessor<T>, only the following steps are required:

  • Configuring the Transport (see Configuration and AppSettings for more information).
  • Adding the message or work processor to the dependency injection container.
  • Calling one of the methods linked above.