Package akka.remote.artery.jfr
Class TransportStopIdleOutbound
- java.lang.Object
-
- jdk.internal.event.Event
-
- jdk.jfr.Event
-
- akka.remote.artery.jfr.TransportStopIdleOutbound
-
public final class TransportStopIdleOutbound extends jdk.jfr.Event
INTERNAL API
-
-
Constructor Summary
Constructors Constructor Description TransportStopIdleOutbound(Address _remoteAddress, int queueIndex)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
queueIndex()
java.lang.String
remoteAddress()
-
-
-
Constructor Detail
-
TransportStopIdleOutbound
public TransportStopIdleOutbound(Address _remoteAddress, int queueIndex)
-
-