Package org.apache.pekko.stream.javadsl
Class StreamRefs$
java.lang.Object
org.apache.pekko.stream.javadsl.StreamRefs$
Factories for creating stream refs.
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final StreamRefs$Static reference to the singleton instance of this Scala object.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionsinkRef()A localSinkwhich materializes aSourceRefwhich can be used by other streams (including remote ones), to consume data from this local stream, as if they were attached in the spot of the local Sink directly.A localSinkwhich materializes aSourceRefwhich can be used by other streams (including remote ones), to consume data from this local stream, as if they were attached in the spot of the local Sink directly.
- 
Field Details- 
MODULE$Static reference to the singleton instance of this Scala object.
 
- 
- 
Constructor Details- 
StreamRefs$public StreamRefs$()
 
- 
- 
Method Details- 
sourceRefA localSinkwhich materializes aSourceRefwhich can be used by other streams (including remote ones), to consume data from this local stream, as if they were attached in the spot of the local Sink directly.Adheres to StreamRefAttributes.See more detailed documentation on SourceRef.
- 
sinkRefA localSinkwhich materializes aSourceRefwhich can be used by other streams (including remote ones), to consume data from this local stream, as if they were attached in the spot of the local Sink directly.Adheres to StreamRefAttributes.See more detailed documentation on SinkRef.
 
-