Package akka.stream

Class GraphDelegate<S extends Shape,​Mat>

    • Constructor Detail

      • GraphDelegate

        public GraphDelegate​(Graph<S,​Mat> delegate)
    • Method Detail

      • shape

        public final S shape()
        Description copied from interface: Graph
        The shape of a graph is all that is externally visible: its inlets and outlets.
        Specified by:
        shape in interface Graph<S extends Shape,​Mat>
        Returns:
        (undocumented)
      • traversalBuilder

        public final TraversalBuilder traversalBuilder()
        Description copied from interface: Graph
        INTERNAL API.

        Every materializable element must be backed by a stream layout module

        Specified by:
        traversalBuilder in interface Graph<S extends Shape,​Mat>
        Returns:
        (undocumented)