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