Readonly
beforeActor that must be registered in the bus before this actor.
Readonly
busThe bus this actor subscribes to.
Readonly
nameThe name for this actor.
Protected
getProtected
logProtected
logProtected
logProtected
logProtected
logProtected
logRun the given action on this actor.
In most cases, this method should not be called directly. Instead, #runObservable should be called.
A promise that resolves to the run result.
Run the given action on this actor AND invokes the Bus#onRun method.
The action to run.
A promise that resolves to the run result.
Static
get
A incremunica actor for the creation of merge handlers for binding context keys.