@incremunica/actor-resource-watch-polling
v1.3.0
Published
A polling-diff guard actor
Downloads
16
Maintainers
Readme
Incremunica Polling Resource Watch Actor
An incremunica Polling Resource Watch Actor.
Install
$ yarn add @incremunica/actor-resource-watch-polling
Configure
After installing, this package can be added to your engine's configuration as follows:
{
"@context": [
...
"https://linkedsoftwaredependencies.org/bundles/npm/@incremunica/actor-resource-watch-polling/^1.0.0/components/context.jsonld"
],
"actors": [
...
{
"@id": "urn:comunica:default:resource-watch/actors#polling-diff",
"@type": "ActorResourceWatchPolling"
}
]
}