org.apache.pekko.remote.transport.ThrottlerTransportAdapter$
See theThrottlerTransportAdapter companion class
object ThrottlerTransportAdapter
Attributes
- Companion
- class
- Source
- ThrottlerTransportAdapter.scala
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
Members list
Type members
Classlikes
case object Blackhole extends ThrottleMode
Attributes
- Source
- ThrottlerTransportAdapter.scala
- Supertypes
- Self type
-
Blackhole.type
object Direction
Attributes
- Companion
- trait
- Source
- ThrottlerTransportAdapter.scala
- Supertypes
- Self type
-
Direction.type
Attributes
- Companion
- object
- Source
- ThrottlerTransportAdapter.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
Management Command to force disassociation of an address.
Management Command to force disassociation of an address.
Attributes
- Source
- ThrottlerTransportAdapter.scala
- Supertypes
Attributes
- Source
- ThrottlerTransportAdapter.scala
- Supertypes
- Self type
-
ForceDisassociateAck.type
Management Command to force disassociation of an address with an explicit error.
Management Command to force disassociation of an address with an explicit error.
Attributes
- Source
- ThrottlerTransportAdapter.scala
- Supertypes
Attributes
- Source
- ThrottlerTransportAdapter.scala
- Supertypes
Attributes
- Source
- ThrottlerTransportAdapter.scala
- Supertypes
- Self type
-
SetThrottleAck.type
sealed trait ThrottleMode extends NoSerializationVerificationNeeded
Attributes
- Source
- ThrottlerTransportAdapter.scala
- Supertypes
- Known subtypes
final case class TokenBucket(capacity: Int, tokensPerSecond: Double, nanoTimeOfLastSend: Long, availableTokens: Int) extends ThrottleMode
Attributes
- Source
- ThrottlerTransportAdapter.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait ThrottleModeclass Objecttrait Matchableclass AnyShow all
case object Unthrottled extends ThrottleMode
Attributes
- Source
- ThrottlerTransportAdapter.scala
- Supertypes
- Self type
-
Unthrottled.type
Value members
Concrete methods
Java API: get the ThrottleMode.Blackhole instance
Java API: get the Direction.Both instance
Java API: get the Direction.Receive instance
Java API: get the Direction.Send instance
Java API: get the ThrottleMode.Unthrottled instance
Java API: get the ThrottleMode.Unthrottled instance
Attributes
Concrete fields
Attributes
Attributes
In this article