object ThrottlerTransportAdapter
Ordering
- Alphabetic
- By Inheritance
Inherited
- ThrottlerTransportAdapter
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- sealed trait Direction extends AnyRef
- final case class ForceDisassociate(address: Address) extends Product with Serializable
Management Command to force disassociation of an address.
Management Command to force disassociation of an address.
- Annotations
- @SerialVersionUID()
- final case class ForceDisassociateExplicitly(address: Address, reason: DisassociateInfo) extends Product with Serializable
Management Command to force disassociation of an address with an explicit error.
Management Command to force disassociation of an address with an explicit error.
- Annotations
- @SerialVersionUID()
- final case class SetThrottle(address: Address, direction: Direction, mode: ThrottleMode) extends Product with Serializable
- Annotations
- @SerialVersionUID()
- sealed trait ThrottleMode extends NoSerializationVerificationNeeded
- final case class TokenBucket(capacity: Int, tokensPerSecond: Double, nanoTimeOfLastSend: Long, availableTokens: Int) extends ThrottleMode with Product with Serializable
- Annotations
- @SerialVersionUID()
Value Members
- val SchemeIdentifier: String
- val UniqueId: AtomicInteger
- def blackholeThrottleMode(): ThrottleMode
Java API: get the ThrottleMode.Blackhole instance
- def bothDirection(): Direction
Java API: get the Direction.Both instance
- def receiveDirection(): Direction
Java API: get the Direction.Receive instance
- def sendDirection(): Direction
Java API: get the Direction.Send instance
- def unthrottledThrottleMode(): ThrottleMode
Java API: get the ThrottleMode.Unthrottled instance
- case object Blackhole extends ThrottleMode with Product with Serializable
- Annotations
- @SerialVersionUID()
- object Direction
- case object ForceDisassociateAck extends Product with Serializable
- Annotations
- @SerialVersionUID()
- case object SetThrottleAck extends Product with Serializable
- Annotations
- @SerialVersionUID()
- case object Unthrottled extends ThrottleMode with Product with Serializable
- Annotations
- @SerialVersionUID()