public static final class CompressionProtocol.ActorRefCompressionAdvertisementAck extends java.lang.Object implements ControlMessage, CompressionProtocol.CompressionAckMessage, scala.Product, scala.Serializable
CompressionProtocol.ActorRefCompressionAdvertisement
The advertisement is also confirmed by the first message using that table version,
but we need separate ack in case the sender is not using any of the refs in the advertised
table.Constructor and Description |
---|
ActorRefCompressionAdvertisementAck(UniqueAddress from,
byte tableVersion) |
Modifier and Type | Method and Description |
---|---|
UniqueAddress |
from() |
byte |
tableVersion() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ActorRefCompressionAdvertisementAck(UniqueAddress from, byte tableVersion)
public UniqueAddress from()
public byte tableVersion()