akka.camel.internal
Class CamelSupervisor$

java.lang.Object
  extended by akka.camel.internal.CamelSupervisor$

public class CamelSupervisor$
extends java.lang.Object

INTERNAL API Messages for the camel supervisor, registrations and de-registrations.


Field Summary
static CamelSupervisor$ MODULE$
          Static reference to the singleton instance of this Scala object.
 
Constructor Summary
CamelSupervisor$()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MODULE$

public static final CamelSupervisor$ MODULE$
Static reference to the singleton instance of this Scala object.

Constructor Detail

CamelSupervisor$

public CamelSupervisor$()