public class AckMessageImpl extends Object implements AckMessage
MessageType.TypeUPDATES_FIELD, VERSION_FIELDMESSSAGE_TYPE_FIELD| Constructor and Description |
|---|
AckMessageImpl(Set<Ack> acks) |
| Modifier and Type | Method and Description |
|---|---|
Set<Ack> |
getAcks()
Returns the channel ids that have been acknowledged by UserAgent
|
MessageType.Type |
getMessageType()
Returns the Type of this message.
|
String |
toString() |
public MessageType.Type getMessageType()
MessageTypegetMessageType in interface MessageTypeType the MessageType.Type of this message.public Set<Ack> getAcks()
AckMessagegetAcks in interface AckMessageSet<Channel> the channels that have been acknowledged.Copyright © 2014 JBoss by Red Hat. All Rights Reserved.