Known Direct Subclasses
|
Class Overview
A EsperModuleLifecycleAdapter is a wrapper around EsperModule that adds lifecycle methods to the pojo.
Summary
|
[Expand]
Inherited Methods |
From class
org.mule.module.esper.adapters.EsperModuleMetadataAdapater
|
From class
org.mule.module.esper.adapters.EsperModuleCapabilitiesAdapter
|
boolean
|
isCapableOf(Capability capability)
Returns true if this module implements such capability
|
|
From class
org.mule.module.esper.EsperModule
|
void
|
connect()
|
|
void
|
disconnect()
|
|
synchronized
void
|
filter(Object eventPayload, String statement, String key, SourceCallback afterChain)
Filters messages that match the supplied EPL query.
|
|
String
|
getConfiguration()
|
|
void
|
listen(String statement, SourceCallback callback)
Listens for events matching the specified query statement.
|
|
void
|
send(Object eventPayload, String eventName)
Sends events to an Esper event stream.
|
|
void
|
setConfiguration(String configuration)
|
|
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.Capabilities
|
abstract
boolean
|
isCapableOf(Capability arg0)
|
|
From interface
org.mule.api.MetadataAware
|
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
|
Public Constructors
public
EsperModuleLifecycleAdapter
()
Public Methods
public
void
initialise
()