|
[Expand]
Inherited Methods |
From class
org.mule.module.gcm.adapters.GcmConnectorLifecycleAdapter
|
From class
org.mule.module.gcm.adapters.GcmConnectorMetadataAdapater
|
From class
org.mule.module.gcm.adapters.GcmConnectorCapabilitiesAdapter
|
From class
org.mule.module.gcm.GcmConnector
|
String
|
getApiKey()
|
|
Connector
|
getConnector()
|
|
GcmResponse
|
sendMessage(List<String> registrationIds, String notificationKey, String notificationKeyName, String collapseKey, Map<String, Object> data, boolean delayWhileIdle, int timeToLiveSeconds, String restrictedPackageName, boolean dryRun, MuleEvent muleEvent)
Send a message using the HTTP API.
|
|
void
|
setApiKey(String apiKey)
|
|
void
|
setConnector(Connector connector)
|
|
void
|
setMuleContext(MuleContext muleContext)
|
|
From class
java.lang.Object
|
Object
|
clone()
|
|
boolean
|
equals(Object arg0)
|
|
void
|
finalize()
|
|
final
Class<?>
|
getClass()
|
|
int
|
hashCode()
|
|
final
void
|
notify()
|
|
final
void
|
notifyAll()
|
|
String
|
toString()
|
|
final
void
|
wait()
|
|
final
void
|
wait(long arg0, int arg1)
|
|
final
void
|
wait(long arg0)
|
|
From interface
org.mule.api.context.MuleContextAware
|
abstract
void
|
setMuleContext(MuleContext arg0)
|
|
From interface
org.mule.api.lifecycle.Disposable
|
From interface
org.mule.api.lifecycle.Initialisable
|
abstract
void
|
initialise()
|
|
From interface
org.mule.api.lifecycle.Startable
|
From interface
org.mule.api.lifecycle.Stoppable
|
From interface
org.mule.module.gcm.basic.Capabilities
|
abstract
boolean
|
isCapableOf(Capability capability)
Returns true if this module implements such
capability
|
|
From interface
org.mule.module.gcm.basic.MetadataAware
|
From interface
org.mule.module.gcm.process.ProcessAdapter
|