manage a set of remote services
npm install @kronos-integration/service-swarm








Manage a set of remote services
* PEERS\_NAME\_PREFIX
* PeersEndpoint
* Parameters
* Properties
* ServiceSwarm
* endpointFactoryFromConfig
* Parameters
* name
* TOPIC\_NAME\_PREFIX
* TopicEndpoint
* Parameters
* Properties
* Topic
* Parameters
* Properties
Endpoint name prefix for peers endpoints.
Type: string
Extends MultiSendEndpoint
Endpoint to link against a swarm topic.
* name string endpoint name
* owner Object owner of the endpoint
* options Object
* topic Topic
Extends Service
Swarm detecting sync service.
On demand create topic endpoints.
#### Parameters
* name string
* definition (Object | string)
* ic InitializationContext
Returns Object TopicEndpoint if name starts with 'topic.'
Returns string 'swarm'
Endpoint name prefix for topic endpoints.
Type: string
Extends MultiSendEndpoint
Endpoint to link against a swarm topic.
* name string endpoint name
* owner Object owner of the endpoint
* options Object
* topic Topic
* service ServiceSwarm
* name string
* options Object
* service ServiceSwarm
* name string
* options Object
* key Buffer
* topicEndpoints Set\
* peerEndpoints Set\
With npm do:
``shell``
npm install @kronos-integration/service-swarm
BSD-2-Clause