Google Cloud Messaging (GCM) Connector
Install Guide
Java API Reference
Mule API Reference
Package Index
|
Class Index
org.mule.module.gcm
org.mule.module.gcm.adapter
org.mule.module.gcm.adapters
org.mule.module.gcm.agents
org.mule.module.gcm.basic
org.mule.module.gcm.callback
org.mule.module.gcm.config
org.mule.module.gcm.connection
org.mule.module.gcm.devkit
org.mule.module.gcm.model
org.mule.module.gcm.oauth
org.mule.module.gcm.process
org.mule.module.gcm.processors
Interfaces
HttpCallback
SourceCallback
StopSourceCallback
Package Index
|
Class Index
public interface
StopSourceCallback
org.mule.module.gcm.callback.StopSourceCallback
Class Overview
Callback returned by methods that are annotated with @Source
It will be executed when the MessageSource is being stopped.
Summary
Public Methods
abstract void
stop
()
Public Methods
public abstract void
stop
()
Throws
Exception