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 Details

    • CamelIntegrationPlugin

      public CamelIntegrationPlugin()
  • Method Details

    • load

      public void load(org.apache.camel.CamelContext camelContext)
      Specified by:
      load in interface org.apache.camel.spi.ContextServicePlugin
    • unload

      public void unload(org.apache.camel.CamelContext camelContext)
      Specified by:
      unload in interface org.apache.camel.spi.ContextServicePlugin