Abstract
Protected
constructorReadonly
beforeActor that must be registered in the bus before this actor.
Readonly
busThe bus this actor subscribes to.
Protected
Readonly
mediatorReadonly
nameThe name for this actor.
Protected
getOptional
data: (() => any)Protected
logOptional
data: (() => any)Protected
logOptional
data: (() => any)Protected
logOptional
data: (() => any)Protected
logOptional
data: (() => any)Protected
logOptional
data: (() => any)Protected
logOptional
data: (() => any)Abstract
runRun the given action on this actor.
In most cases, this method should not be called directly. Instead, #runObservable should be called.
The action to run.
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.
Abstract
testCheck if this actor can run the given action, without actually running it.
The action to test.
A promise that resolves to the test result.
Static
getGet the logger from the given context.
An optional context.
The logger or undefined.
A comunica actor for creating Binding-Aggregator-factories.
Actor types:
See