Package org.apache.pekko.remote.artery
Class ArteryTransport$
- java.lang.Object
-
- org.apache.pekko.remote.artery.ArteryTransport$
-
public class ArteryTransport$ extends java.lang.ObjectINTERNAL API
-
-
Field Summary
Fields Modifier and Type Field Description static ArteryTransport$MODULE$Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description ArteryTransport$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intControlStreamId()byteHighestVersion()intLargeStreamId()intOrdinaryStreamId()java.lang.StringstreamName(int streamId)
-
-
-
Field Detail
-
MODULE$
public static final ArteryTransport$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-