Packages

p

httpqueue

package httpqueue

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. class HttpQueueImpl extends Extension
  2. trait QueueControl[T] extends AnyRef

    A handle to the queue backing up the Source created by UnboundedSourceQueue.apply

  3. class UnboundedSourceQueueActor extends Actor with ActorPublisher[(HttpRequest, Promise[HttpResponse])] with Stash

Value Members

  1. object HttpQueue extends ExtensionId[HttpQueueImpl] with ExtensionIdProvider

    Akka extension providing a simple to use HttpRequest => Future[HttpResponse]

    Akka extension providing a simple to use HttpRequest => Future[HttpResponse]

    Http().singleRequest may overflow the connection pool, while this keeps queueing up requests in an unbounded queue before sending them to the connection pool.

  2. object UnboundedSourceQueue

Ungrouped