|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object akka.camel.internal.CamelSupervisor
public class CamelSupervisor
INTERNAL API Top level supervisor for internal Camel actors
Nested Class Summary | |
---|---|
static class |
CamelSupervisor.AddWatch
INTERNAL API Adds a watch for the actor |
static class |
CamelSupervisor.AddWatch$
|
static class |
CamelSupervisor.CamelProducerObjects
INTERNAL API Provides a Producer with the required camel objects to function. |
static class |
CamelSupervisor.CamelProducerObjects$
|
static interface |
CamelSupervisor.CamelSupervisorMessage
|
static class |
CamelSupervisor.DeRegister
INTERNAL API De-registers a producer or a consumer. |
static class |
CamelSupervisor.DeRegister$
|
static class |
CamelSupervisor.Register
INTERNAL API Registers a consumer or a producer. |
static class |
CamelSupervisor.Register$
|
Nested classes/interfaces inherited from interface akka.actor.Actor |
---|
Actor.emptyBehavior$ |
Constructor Summary | |
---|---|
CamelSupervisor()
|
Method Summary | |
---|---|
scala.PartialFunction<java.lang.Object,scala.runtime.BoxedUnit> |
receive()
This defines the initial actor behavior, it must return a partial function with the actor logic. |
OneForOneStrategy |
supervisorStrategy()
User overridable definition the strategy to use for supervising child actors. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface akka.actor.Actor |
---|
aroundPostRestart, aroundPostStop, aroundPreRestart, aroundPreStart, aroundReceive, context, postRestart, postStop, preRestart, preStart, self, sender, unhandled |
Methods inherited from interface akka.camel.CamelSupport |
---|
camel, camelContext |
Constructor Detail |
---|
public CamelSupervisor()
Method Detail |
---|
public OneForOneStrategy supervisorStrategy()
Actor
supervisorStrategy
in interface Actor
public scala.PartialFunction<java.lang.Object,scala.runtime.BoxedUnit> receive()
Actor
receive
in interface Actor
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |