Package org.apache.pekko.stream.scaladsl
Class SinkQueueWithCancel$
java.lang.Object
org.apache.pekko.stream.scaladsl.SinkQueueWithCancel$
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SinkQueueWithCancel$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal <T> SinkQueueWithCancel.QueueOps<T>QueueOps(SinkQueueWithCancel<T> queue)
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
SinkQueueWithCancel$
public SinkQueueWithCancel$()
-
-
Method Details
-
QueueOps
-