Package

org.squbs.pipeline

streaming

Permalink

package streaming

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. streaming
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. implicit class AbortableBidiFlow extends AnyRef

    Permalink
  2. class PipelineExtensionImpl extends Extension

    Permalink
  3. type PipelineFlow = BidiFlow[RequestContext, RequestContext, RequestContext, RequestContext, NotUsed]

    Permalink
  4. trait PipelineFlowFactory extends AnyRef

    Permalink
  5. type PipelineSetting = (Option[String], Option[Boolean])

    Permalink
  6. case class RequestContext(request: HttpRequest, httpPipeliningOrder: Int, response: Option[HttpResponse] = None, attributes: Map[String, Any] = Map.empty) extends Product with Serializable

    Permalink

Value Members

  1. object ConfigHelper

    Permalink
  2. object PipelineExtension extends ExtensionId[PipelineExtensionImpl] with ExtensionIdProvider

    Permalink
  3. val aborterFlow: BidiFlow[RequestContext, RequestContext, RequestContext, RequestContext, NotUsed]

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped