\
Optional ReadonlyallowIf it should be allowed that the user passes no sources.
ReadonlybeforeActor that must be registered in the bus before this actor.
ReadonlybusThe bus this actor subscribes to.
Optional ReadonlycontextA JSON string of a query operation context
Optional ReadonlydefaultThe default query input format
ReadonlymediatorThe HTTP cache invalidation mediator
ReadonlymediatorThe query process mediator
ReadonlymediatorThe query serialize mediator
ReadonlymediatorThe query serialize media type combinator
ReadonlymediatorThe query serialize media type format combinator
ReadonlynameThe name for this actor.
Optional ReadonlyqueryA SPARQL query string
ProtectedgetOptionaldata: () => anyProtectedlogOptionaldata: () => anyProtectedlogOptionaldata: () => anyProtectedlogOptionaldata: () => anyProtectedlogOptionaldata: () => anyProtectedlogOptionaldata: () => anyProtectedlogOptionaldata: () => anyRun 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.
Check if this actor can run the given action, without actually running it.
A promise that resolves to the test result.
StaticgetGet the logger from the given context.
An optional context.
The logger or undefined.
A browser-safe comunica Query Init Actor.