Google Prediction Cloud Connector
Install Guide
Java API Reference
Mule API Reference
Package Index
|
Class Index
org.mule.modules.google.prediction
org.mule.modules.google.prediction.adapter
org.mule.modules.google.prediction.adapters
org.mule.modules.google.prediction.agents
org.mule.modules.google.prediction.basic
org.mule.modules.google.prediction.callback
org.mule.modules.google.prediction.config
org.mule.modules.google.prediction.connection
org.mule.modules.google.prediction.devkit
org.mule.modules.google.prediction.model
org.mule.modules.google.prediction.oauth
org.mule.modules.google.prediction.process
org.mule.modules.google.prediction.processors
org.mule.modules.google.transformers
Interfaces
HttpCallback
SourceCallback
StopSourceCallback
Package Index
|
Class Index
public interface
StopSourceCallback
org.mule.modules.google.prediction.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