Class CamelIntegrationPlugin
java.lang.Object
ai.wanaku.capabilities.sdk.runtime.camel.plugin.CamelIntegrationPlugin
- All Implemented Interfaces:
org.apache.camel.spi.ContextServicePlugin
public class CamelIntegrationPlugin
extends Object
implements org.apache.camel.spi.ContextServicePlugin
Camel ContextServicePlugin implementation for integrating the Camel Integration Capability
into an existing Camel application. This plugin is discovered via SPI.
Configuration is loaded from properties file and/or environment variables.
See PluginConfiguration for configuration options.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
CamelIntegrationPlugin
public CamelIntegrationPlugin()
-
-
Method Details
-
load
public void load(org.apache.camel.CamelContext camelContext) - Specified by:
loadin interfaceorg.apache.camel.spi.ContextServicePlugin
-
unload
public void unload(org.apache.camel.CamelContext camelContext) - Specified by:
unloadin interfaceorg.apache.camel.spi.ContextServicePlugin
-