akka.camel
Interface ContextProvider

All Known Implementing Classes:
DefaultContextProvider

public interface ContextProvider

Implement this interface in order to inject a specific CamelContext in a system An instance of this class must be instantiable using a no-arg constructor.


Method Summary
 org.apache.camel.impl.DefaultCamelContext getContext(ExtendedActorSystem system)
          Retrieve or create a Camel Context for the given actor system Called once per actor system
 

Method Detail

getContext

org.apache.camel.impl.DefaultCamelContext getContext(ExtendedActorSystem system)
Retrieve or create a Camel Context for the given actor system Called once per actor system

Parameters:
system - (undocumented)
Returns:
(undocumented)