akka.camel
This class can be used to get hold of an instance of the Camel class bound to the actor system.
For example:
val system = ActorSystem("some system") val camel = CamelExtension(system) camel.context.addRoutes(...)
akka.actor.ExtensionIdProvider
akka.actor.ExtensionId
Creates a new instance of Camel and makes sure it gets stopped when the actor system is shutdown.
This class can be used to get hold of an instance of the Camel class bound to the actor system.
For example:
akka.actor.ExtensionIdProvider
akka.actor.ExtensionId