| Class | Description |
|---|---|
| AbstractJobPlugin |
Abstract class that extends
AbstractMessageBusBinderPlugin and has common implementation methods related to
job plugins. |
| AbstractMessageBusBinderPlugin |
Abstract
Plugin that has common implementation methods to bind/unbind Module's message producers and
consumers to/from MessageBus. |
| AbstractPlugin |
Abstract
Plugin that contains no-op and common implementing methods. |
| AbstractStreamPlugin |
Abstract class that extends
AbstractMessageBusBinderPlugin and has common implementation methods related to
stream plugins. |
| ContainerInfoPlugin |
A plugin that exposes information about the container to the Environment.
|
| MBeanExportingPlugin |
Exports MBeans from a module using a unique domain name xd.[group].[module].
|
| ModuleInfoPlugin |
A plugin that exposes information such as the module name, index, sequence or count to be available inside the
environment.
|
| ZookeeperConnectionPlugin |
Supplies plugins with a reference to the Spring XD
ZooKeeperConnection |
| Exception | Description |
|---|---|
| ModuleConfigurationException |
Thrown when something is wrong with options passed to a module.
|