Actor.emptyBehavior$, Actor.ignoringBehavior$| Constructor and Description |
|---|
AdaptiveLoadBalancingMetricsListener(AdaptiveLoadBalancingRoutingLogic routingLogic) |
| Modifier and Type | Method and Description |
|---|---|
Cluster |
cluster() |
void |
postStop()
User overridable callback.
|
void |
preStart()
User overridable callback.
|
scala.PartialFunction<java.lang.Object,scala.runtime.BoxedUnit> |
receive()
This defines the initial actor behavior, it must return a partial function
with the actor logic.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaroundPostRestart, aroundPostStop, aroundPreRestart, aroundPreStart, aroundReceive, context, postRestart, preRestart, self, sender, supervisorStrategy, unhandledpublic AdaptiveLoadBalancingMetricsListener(AdaptiveLoadBalancingRoutingLogic routingLogic)
public Cluster cluster()
public void preStart()
Actorpublic void postStop()
Actor