public static class EndpointManager.ResendState
extends java.lang.Object
implements scala.Product, scala.Serializable
| Constructor and Description |
|---|
ResendState(int uid,
AckedReceiveBuffer<AkkaPduCodec.Message> buffer) |
| Modifier and Type | Method and Description |
|---|---|
AckedReceiveBuffer<AkkaPduCodec.Message> |
buffer() |
int |
uid() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic ResendState(int uid,
AckedReceiveBuffer<AkkaPduCodec.Message> buffer)
public int uid()
public AckedReceiveBuffer<AkkaPduCodec.Message> buffer()