public interface RegisterResponse extends RegisterMessage
MessageType.Type| Modifier and Type | Field and Description |
|---|---|
static String |
PUSH_ENDPOINT__FIELD
The name of the pushEndpoint JSON field.
|
static String |
STATUS_FIELD
The name of the status JSON field.
|
CHANNEL_ID_FIELDMESSSAGE_TYPE_FIELD| Modifier and Type | Method and Description |
|---|---|
String |
getPushEndpoint()
Returns the push endpoint for this channel.
|
Status |
getStatus()
Returns the result of the Register call
|
getChannelIdgetMessageTypestatic final String STATUS_FIELD
static final String PUSH_ENDPOINT__FIELD
Status getStatus()
String the channelId.String getPushEndpoint()
String the endpoint which can be used to trigger notifications.Copyright © 2014 JBoss by Red Hat. All Rights Reserved.