AeroGear SimplePush Server Protocol 0.11.0

org.jboss.aerogear.simplepush.protocol
Interface Ack

All Known Implementing Classes:
AckImpl

public interface Ack

Represents an update entry in the Notification message, 'notification' message type, in the SimplePush specification protocol.


Method Summary
 String getChannelId()
          Returns the channel id for this ack.
 long getVersion()
          Returns the version for this ack.
 

Method Detail

getChannelId

String getChannelId()
Returns the channel id for this ack.

Returns:
String the channel id for this ack.

getVersion

long getVersion()
Returns the version for this ack.

Returns:
String the version for this ack.

AeroGear SimplePush Server Protocol 0.11.0

Copyright © 2014 JBoss by Red Hat. All Rights Reserved.