public final class FrameEventRenderer extends akka.stream.stage.GraphStage<akka.stream.FlowShape<FrameEvent,akka.util.ByteString>>
INTERNAL API
Constructor and Description |
---|
FrameEventRenderer() |
Modifier and Type | Method and Description |
---|---|
akka.stream.stage.GraphStageLogic |
createLogic(akka.stream.Attributes inheritedAttributes) |
akka.stream.Inlet<FrameEvent> |
in() |
akka.stream.Outlet<akka.util.ByteString> |
out() |
akka.stream.FlowShape<FrameEvent,akka.util.ByteString> |
shape() |
addAttributes, async, initialAttributes, module, named, withAttributes
public akka.stream.stage.GraphStageLogic createLogic(akka.stream.Attributes inheritedAttributes)
createLogic
in class akka.stream.stage.GraphStage<akka.stream.FlowShape<FrameEvent,akka.util.ByteString>>
public akka.stream.Inlet<FrameEvent> in()
public akka.stream.Outlet<akka.util.ByteString> out()
public akka.stream.FlowShape<FrameEvent,akka.util.ByteString> shape()