public class SubscribeReply extends AbstractReplyNot
SubscribeReply
instance is used by a topic agent
for acknowledging a SubscribeRequest
notification.Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
detachable, detached, persistent
BOOLEAN_ENCODED_SIZE, BYTE_ENCODED_SIZE, DOUBLE_ENCODED_SIZE, FLOAT_ENCODED_SIZE, INT_ENCODED_SIZE, LONG_ENCODED_SIZE, SHORT_ENCODED_SIZE
Constructor and Description |
---|
SubscribeReply(SubscribeRequest request)
Constructs a
SubscribeReply instance. |
getCorrelationId, toString
decode, encode, getClientContext, getEncodedSize, setPersistent
done, failed, hasCallback, passCallback, setCountDownCallback
clone, getContext, getDeadNotificationAgentId, getEncodableClassId, getExpiration, getMessageId, getPriority, isPersistent, setContext, setDeadNotificationAgentId, setExpiration, setPriority, toString
private static final long serialVersionUID
public SubscribeReply(SubscribeRequest request)
SubscribeReply
instance.request
- The SubscribeRequest
being acknowledged.Copyright © 2016 ScalAgent D.T.. All Rights Reserved.