class GatewayHandlerGraphStage extends GraphStageWithMaterializedValue[FlowShape[GatewayMessage[_], GatewayMessage[_]], (Future[(Option[ResumeData], Boolean)], Future[Unit])]

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GatewayHandlerGraphStage
  2. GraphStageWithMaterializedValue
  3. Graph
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new GatewayHandlerGraphStage(settings: GatewaySettings, prevResume: Option[ResumeData])

Type Members

  1. type Shape = FlowShape[GatewayMessage[_], GatewayMessage[_]]
    Definition Classes
    Graph

Value Members

  1. def addAttributes(attr: Attributes): Graph[FlowShape[GatewayMessage[_], GatewayMessage[_]], (Future[(Option[ResumeData], Boolean)], Future[Unit])]
    Definition Classes
    Graph
  2. def async(dispatcher: String, inputBufferSize: Int): Graph[FlowShape[GatewayMessage[_], GatewayMessage[_]], (Future[(Option[ResumeData], Boolean)], Future[Unit])]
    Definition Classes
    Graph
  3. def async(dispatcher: String): Graph[FlowShape[GatewayMessage[_], GatewayMessage[_]], (Future[(Option[ResumeData], Boolean)], Future[Unit])]
    Definition Classes
    Graph
  4. def async: Graph[FlowShape[GatewayMessage[_], GatewayMessage[_]], (Future[(Option[ResumeData], Boolean)], Future[Unit])]
    Definition Classes
    Graph
  5. def createLogicAndMaterializedValue(inheritedAttributes: Attributes): (GraphStageLogic, (Future[(Option[ResumeData], Boolean)], Future[Unit]))
    Definition Classes
    GatewayHandlerGraphStage → GraphStageWithMaterializedValue
  6. val in: Inlet[GatewayMessage[_]]
  7. def named(name: String): Graph[FlowShape[GatewayMessage[_], GatewayMessage[_]], (Future[(Option[ResumeData], Boolean)], Future[Unit])]
    Definition Classes
    Graph
  8. val out: Outlet[GatewayMessage[_]]
  9. def shape: FlowShape[GatewayMessage[_], GatewayMessage[_]]
    Definition Classes
    GatewayHandlerGraphStage → Graph
  10. final def withAttributes(attr: Attributes): Graph[FlowShape[GatewayMessage[_], GatewayMessage[_]], (Future[(Option[ResumeData], Boolean)], Future[Unit])]
    Definition Classes
    GraphStageWithMaterializedValue → Graph