p
httpqueue
package httpqueue
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- class HttpQueueImpl extends Extension
-
trait
QueueControl[T] extends AnyRef
A handle to the queue backing up the Source created by UnboundedSourceQueue.apply
- class UnboundedSourceQueueActor extends Actor with ActorPublisher[(HttpRequest, Promise[HttpResponse])] with Stash
Value Members
-
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.
- object UnboundedSourceQueue