Class ThrottlerTransportAdapter$
- java.lang.Object
- 
- org.apache.pekko.remote.transport.ThrottlerTransportAdapter$
 
- 
 public class ThrottlerTransportAdapter$ extends java.lang.Object
- 
- 
Field SummaryFields Modifier and Type Field Description static ThrottlerTransportAdapter$MODULE$Static reference to the singleton instance of this Scala object.
 - 
Constructor SummaryConstructors Constructor Description ThrottlerTransportAdapter$()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ThrottlerTransportAdapter.ThrottleModeblackholeThrottleMode()Java API: get the ThrottleMode.Blackhole instanceThrottlerTransportAdapter.DirectionbothDirection()Java API: get the Direction.Both instanceThrottlerTransportAdapter.DirectionreceiveDirection()Java API: get the Direction.Receive instancejava.lang.StringSchemeIdentifier()ThrottlerTransportAdapter.DirectionsendDirection()Java API: get the Direction.Send instancejava.util.concurrent.atomic.AtomicIntegerUniqueId()ThrottlerTransportAdapter.ThrottleModeunthrottledThrottleMode()Java API: get the ThrottleMode.Unthrottled instance
 
- 
- 
- 
Field Detail- 
MODULE$public static final ThrottlerTransportAdapter$ MODULE$ Static reference to the singleton instance of this Scala object.
 
- 
 - 
Method Detail- 
SchemeIdentifierpublic java.lang.String SchemeIdentifier() 
 - 
UniqueIdpublic java.util.concurrent.atomic.AtomicInteger UniqueId() 
 - 
sendDirectionpublic ThrottlerTransportAdapter.Direction sendDirection() Java API: get the Direction.Send instance
 - 
receiveDirectionpublic ThrottlerTransportAdapter.Direction receiveDirection() Java API: get the Direction.Receive instance
 - 
bothDirectionpublic ThrottlerTransportAdapter.Direction bothDirection() Java API: get the Direction.Both instance
 - 
blackholeThrottleModepublic ThrottlerTransportAdapter.ThrottleMode blackholeThrottleMode() Java API: get the ThrottleMode.Blackhole instance
 - 
unthrottledThrottleModepublic ThrottlerTransportAdapter.ThrottleMode unthrottledThrottleMode() Java API: get the ThrottleMode.Unthrottled instance
 
- 
 
-