public final class RemoteAck extends ESystemMessage implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
RemoteAck.Builder
Class used to create
RemoteAck messages. |
EMessage.MessageType| Modifier and Type | Field and Description |
|---|---|
int |
remaining
The number of remaining remote repliers.
|
SYSTEM_SUBJECTMAX_FIELDS| Constructor and Description |
|---|
RemoteAck(int remaining)
Deprecated.
use
RemoteAck(RemoteAck.Builder) in
the future. |
RemoteAck(String subject,
long timestamp,
int remaining)
Deprecated.
use
RemoteAck(RemoteAck.Builder) in
the future. |
| Modifier and Type | Method and Description |
|---|---|
static RemoteAck.Builder |
builder()
Returns a new instance of the
RemoteAck message
builder. |
boolean |
equals(Object o)
Returns
true if o is a
non-null EMessage instance with a subject and
timestamp equal to this EMessage instance and
false otherwise. |
int |
hashCode()
Returns the message header hash code.
|
String |
toString()
Returns a human-readable text version of this message.
|
isApplicationMessage, isSystemMessage, key, messageTypepublic final int remaining
@Deprecated public RemoteAck(int remaining)
RemoteAck(RemoteAck.Builder) in
the future.remaining - number of remaining remote repliers.@Deprecated public RemoteAck(String subject, long timestamp, int remaining) throws IllegalArgumentException
RemoteAck(RemoteAck.Builder) in
the future.subject - message subject.timestamp - message timestamp.remaining - number of remaining remote repliers.IllegalArgumentException - if remaining is < zero.public boolean equals(Object o)
EMessagetrue if o is a
non-null EMessage instance with a subject and
timestamp equal to this EMessage instance and
false otherwise.public int hashCode()
EMessagepublic String toString()
public static RemoteAck.Builder builder()
RemoteAck message
builder.Copyright © 2019. All rights reserved.