Package akka.camel

Interface CamelSupport

    • Method Detail

      • akka$camel$CamelSupport$_setter_$camel_$eq

        void akka$camel$CamelSupport$_setter_$camel_$eq​(Camel x$1)
      • camel

        Camel camel()
        INTERNAL API Returns a Camel trait which provides access to the CamelExtension.
        Returns:
        (undocumented)
      • camelContext

        org.apache.camel.impl.DefaultCamelContext camelContext()
        Returns the CamelContext. The camelContext is defined implicit for simplifying the use of CamelMessage from the Scala API.
        Returns:
        (undocumented)