Package org.apache.pekko.io
Class Tcp.WriteCommand$
java.lang.Object
org.apache.pekko.io.Tcp.WriteCommand$
- Enclosing class:
- Tcp
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Tcp.WriteCommand$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapply(scala.collection.Iterable<Tcp.WriteCommand> writes) Combines the given number of write commands into one atomicWriteCommand.create(Iterable<Tcp.WriteCommand> writes) Java API: combines the given number of write commands into one atomicWriteCommand.
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
WriteCommand$
public WriteCommand$()
-
-
Method Details
-
apply
Combines the given number of write commands into one atomicWriteCommand. -
create
Java API: combines the given number of write commands into one atomicWriteCommand.
-