public class HttpResponseRendererFactory.HttpResponseRenderer$ extends org.apache.pekko.stream.stage.GraphStage<org.apache.pekko.stream.FlowShape<ResponseRenderingContext,ResponseRenderingOutput>>
Modifier and Type | Field and Description |
---|---|
static HttpResponseRendererFactory.HttpResponseRenderer$ |
MODULE$
Static reference to the singleton instance of this Scala object.
|
Constructor and Description |
---|
HttpResponseRenderer$() |
Modifier and Type | Method and Description |
---|---|
org.apache.pekko.stream.stage.GraphStageLogic |
createLogic(org.apache.pekko.stream.Attributes inheritedAttributes) |
org.apache.pekko.stream.Inlet<ResponseRenderingContext> |
in() |
org.apache.pekko.stream.Outlet<ResponseRenderingOutput> |
out() |
org.apache.pekko.stream.FlowShape<ResponseRenderingContext,ResponseRenderingOutput> |
shape() |
createLogicAndMaterializedValue
addAttributes, async, async, async, createLogicAndMaterializedValue, getAttributes, initialAttributes, named, traversalBuilder, withAttributes
public static final HttpResponseRendererFactory.HttpResponseRenderer$ MODULE$
public org.apache.pekko.stream.Inlet<ResponseRenderingContext> in()
public org.apache.pekko.stream.Outlet<ResponseRenderingOutput> out()
public org.apache.pekko.stream.FlowShape<ResponseRenderingContext,ResponseRenderingOutput> shape()
public org.apache.pekko.stream.stage.GraphStageLogic createLogic(org.apache.pekko.stream.Attributes inheritedAttributes)
createLogic
in class org.apache.pekko.stream.stage.GraphStage<org.apache.pekko.stream.FlowShape<ResponseRenderingContext,ResponseRenderingOutput>>