QueueManager constructor

QueueManager(
  1. Fetcher fetcher
)

Creates an instance of QueueManager to submit messages to your backend app message queues.

_fetcher The http client to make RESTful API calls to the application's execution engine.

Implementation

QueueManager(super.fetcher);