public class

EsperModuleMetadataAdapater

extends EsperModuleCapabilitiesAdapter
implements MetadataAware
java.lang.Object
   ↳ org.mule.module.esper.EsperModule
     ↳ org.mule.module.esper.adapters.EsperModuleCapabilitiesAdapter
       ↳ org.mule.module.esper.adapters.EsperModuleMetadataAdapater
Known Direct Subclasses
Known Indirect Subclasses

Class Overview

A EsperModuleMetadataAdapater is a wrapper around EsperModule that adds support for querying metadata about the extension.

Summary

Constants
String DEVKIT_BUILD
String DEVKIT_VERSION
String MODULE_NAME
String MODULE_VERSION
[Expand]
Inherited Fields
From class org.mule.module.esper.EsperModule
Public Constructors
EsperModuleMetadataAdapater()
Public Methods
String getDevkitBuild()
String getDevkitVersion()
String getModuleName()
String getModuleVersion()
[Expand]
Inherited Methods
From class org.mule.module.esper.adapters.EsperModuleCapabilitiesAdapter
From class org.mule.module.esper.EsperModule
From class java.lang.Object
From interface org.mule.api.Capabilities
From interface org.mule.api.MetadataAware
From interface org.mule.api.context.MuleContextAware

Constants

private static final String DEVKIT_BUILD

Constant Value: "master.1330.0f1ea95"

private static final String DEVKIT_VERSION

Constant Value: "3.3.2-SNAPSHOT"

private static final String MODULE_NAME

Constant Value: "esper"

private static final String MODULE_VERSION

Constant Value: "1.1"

Public Constructors

public EsperModuleMetadataAdapater ()

Public Methods

public String getDevkitBuild ()

public String getDevkitVersion ()

public String getModuleName ()

public String getModuleVersion ()