Skip to content

integrations/index

Overview

Module

  • package: org.eclipse.dirigible.sdk.integrations
  • source: integrations/

This module is a placeholder namespace under org.eclipse.dirigible.sdk.*. Java callers writing Apache Camel Processor implementations already have the Exchange parameter available — the native Camel API (exchange.getMessage().setHeader(...), setBody(...), setProperty(...)) is the right tool, so no intermediate facade is added here.

The package exists so the namespace stays consistent across the platform; the class itself has no methods.

The main components of this module are:

  • Integrations: An empty marker class. See the page for details.

Classes

Released under the EPL-2.0 License.