public class ThrottlerManager extends ActorTransportAdapterManager
Modifier and Type | Class and Description |
---|---|
static class |
ThrottlerManager.AssociateResult |
static class |
ThrottlerManager.AssociateResult$ |
static class |
ThrottlerManager.Checkin |
static class |
ThrottlerManager.Checkin$ |
static class |
ThrottlerManager.Handle |
static class |
ThrottlerManager.Handle$ |
static class |
ThrottlerManager.Listener |
static class |
ThrottlerManager.Listener$ |
static class |
ThrottlerManager.ListenerAndMode |
static class |
ThrottlerManager.ListenerAndMode$ |
Constructor and Description |
---|
ThrottlerManager(Transport wrappedTransport) |
Modifier and Type | Method and Description |
---|---|
scala.PartialFunction<java.lang.Object,scala.runtime.BoxedUnit> |
ready() |
associationListener, localAddress, nextId, receive
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
akka$actor$Actor$_setter_$context_$eq, akka$actor$Actor$_setter_$self_$eq, aroundPostRestart, aroundPostStop, aroundPreRestart, aroundPreStart, aroundReceive, context, postRestart, postStop, preRestart, preStart, self, sender, supervisorStrategy, unhandled
public ThrottlerManager(Transport wrappedTransport)
public scala.PartialFunction<java.lang.Object,scala.runtime.BoxedUnit> ready()
ready
in class ActorTransportAdapterManager