Package akka.stream.impl
Interface StreamLayout.AtomicModule<S extends Shape,M>
-
- All Superinterfaces:
Graph<S,M>
- All Known Implementing Classes:
ActorPublisherSource,ActorRefSink,ActorSubscriberSink,CancelSink,FanoutPublisherSink,FileSink,GraphStageModule,InputStreamSource,OutputStreamSink,ProcessorModule,PublisherSink,PublisherSource,SinkModule,SourceModule,StreamTestKit.ProbeSink,StreamTestKit.ProbeSource,SubscriberSink,SubscriberSource,TlsModule
- Enclosing class:
- StreamLayout
public static interface StreamLayout.AtomicModule<S extends Shape,M> extends Graph<S,M>
This is the only extension point for the sealed type hierarchy: composition (i.e. the module tree) is managed strictly within this file, only leaf nodes may be declared elsewhere.
-
-
Method Summary
-
Methods inherited from interface akka.stream.Graph
addAttributes, async, async, async, named, shape, traversalBuilder, withAttributes
-
-