Skip to content
This repository has been archived by the owner on Jan 9, 2020. It is now read-only.

Kronos-Integration/kronos-step-aggregate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

npm License minified size downloads GitHub Issues Build Status codecov.io Coverage Status styled with prettier Commitizen friendly Known Vulnerabilities Greenkeeper semantic-release

kronos-step-aggregate

Dispatches a request to several endpoints and aggregates the responses into one response

data flow

API

Table of Contents

AggregateStep

Extends Step

Aggregates messages from several endpoints. The incoming request is dispatched to all out endpoints and the results are combined into one result.

Parameters

  • args ...any

name

Returns string 'kronos-aggregate'

install

With npm do:

npm install kronos-step-aggregate

license

BSD-2-Clause