Package akka.io
Class Tcp.WriteCommand$
- java.lang.Object
-
- akka.io.Tcp.WriteCommand$
-
- Enclosing class:
- Tcp
public static class Tcp.WriteCommand$ extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static Tcp.WriteCommand$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description WriteCommand$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Tcp.WriteCommand
apply(scala.collection.Iterable<Tcp.WriteCommand> writes)
Combines the given number of write commands into one atomicWriteCommand
.Tcp.WriteCommand
create(java.lang.Iterable<Tcp.WriteCommand> writes)
Java API: combines the given number of write commands into one atomicWriteCommand
.
-
-
-
Field Detail
-
MODULE$
public static final Tcp.WriteCommand$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
apply
public Tcp.WriteCommand apply(scala.collection.Iterable<Tcp.WriteCommand> writes)
Combines the given number of write commands into one atomicWriteCommand
.
-
create
public Tcp.WriteCommand create(java.lang.Iterable<Tcp.WriteCommand> writes)
Java API: combines the given number of write commands into one atomicWriteCommand
.
-
-