Package akka.camel
-
Interface Summary Interface Description Activation Produces a Future with the specified endpoint that will be completed when the endpoint has been activated, or if it times out, which will happen after the specified Timeout.Camel Underlying camel context.CamelSupport INTERNAL API Returns aCamel
trait which provides access to the CamelExtension.Consumer Deprecated. Akka Camel is deprecated in favour of 'Alpakka', the Akka Streams based collection of integrations to various endpoints (including Camel).ContextProvider Retrieve or create a Camel Context for the given actor system Called once per actor systemOneway Deprecated. Akka Camel is deprecated in favour of 'Alpakka', the Akka Streams based collection of integrations to various endpoints (including Camel).Producer Deprecated. Akka Camel is deprecated in favour of 'Alpakka', the Akka Streams based collection of integrations to various endpoints (including Camel).ProducerSupport CamelMessage headers to copy by default from request message to response-message. -
Class Summary Class Description Ack Java API to get the Ack singletonAck$ Java API to get the Ack singletonActorRouteDefinition<T extends org.apache.camel.model.ProcessorDefinition<T>> Sends the message to an ActorRef endpoint.CamelExtension Creates a new instance of Camel and makes sure it gets stopped when the actor system is shutdown.CamelExtension$ Creates a new instance of Camel and makes sure it gets stopped when the actor system is shutdown.CamelMessage Deprecated. Akka Camel is deprecated in favour of 'Alpakka', the Akka Streams based collection of integrations to various endpoints (including Camel).CamelMessage$ Deprecated. Akka Camel is deprecated in favour of 'Alpakka', the Akka Streams based collection of integrations to various endpoints (including Camel).CamelSettings Configured setting for how long the actor should wait for activation before it fails.Consumer$ Deprecated. Akka Camel is deprecated in favour of 'Alpakka', the Akka Streams based collection of integrations to various endpoints (including Camel).ConsumerConfig INTERNAL API Captures the configuration of the Consumer.ConsumerConfig$ DefaultContextProvider Default implementation ofContextProvider
Provides a new DefaultCamelContext per actor systemFailureResult INTERNAL APIFailureResult$ MessageResult INTERNAL APIMessageResult$ -
Exception Summary Exception Description ActorNotRegisteredException Thrown to indicate that the actor referenced by an endpoint URI cannot be found in the actor system.AkkaCamelException An exception indicating that the exchange to the camel endpoint failed.