p
httpqueue
package httpqueue
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- trait CallbackWrapper [T] extends AsyncCallback[T]
- class HttpQueueImpl extends Extension
- class HttpQueueWithGraphStageImpl extends Extension
-
trait
QueueControl
[T] extends AnyRef
A handle to the queue backing up the Source created by UnboundedSourceQueue.apply
- class UnboundedSourceQueue [T] extends GraphStageWithMaterializedValue[SourceShape[T], QueueControl[T]]
- 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
HttpQueueWithGraphStage
extends ExtensionId[HttpQueueWithGraphStageImpl] 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