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