public interface PushServerClient
| Modifier and Type | Method and Description |
|---|---|
long |
ping()
Sends a "PingPush" server which does not
result in any type of notification but
simply asserts that the service is alive.
|
org.tiogasolutions.push.pub.common.PushResponse |
send(org.tiogasolutions.push.pub.common.Push push)
Sends the Push to the server for processing.
|
long ping()
org.tiogasolutions.push.pub.common.PushResponse send(org.tiogasolutions.push.pub.common.Push push)
push - One of many types of Pushes.