- All Implemented Interfaces:
- akka.actor.NoSerializationVerificationNeeded, java.io.Serializable, scala.Equals, scala.Product
- Enclosing class:
- EndpointWriter
public static class EndpointWriter.TakeOver
extends java.lang.Object
implements akka.actor.NoSerializationVerificationNeeded, scala.Product, scala.Serializable
This message signals that the current association maintained by the local EndpointWriter and EndpointReader is
to be overridden by a new inbound association. This is needed to avoid parallel inbound associations from the
same remote endpoint: when a parallel inbound association is detected, the old one is removed and the new one is
used instead.
param: handle Handle of the new inbound association.
- See Also:
- Serialized Form