Class PekkoProtocolTransport$
- java.lang.Object
-
- org.apache.pekko.remote.transport.PekkoProtocolTransport$
-
public class PekkoProtocolTransport$ extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static PekkoProtocolTransport$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description PekkoProtocolTransport$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
PekkoOverhead()
java.util.concurrent.atomic.AtomicInteger
UniqueId()
-
-
-
Field Detail
-
MODULE$
public static final PekkoProtocolTransport$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-