UNPKG

node-eventstore-client

Version:

A port of the EventStore .Net ClientAPI to Node.js

7 lines (6 loc) 183 B
const SystemConsumerStrategies = Object.freeze({ DispatchToSingle: 'DispatchToSingle', RoundRobin: 'RoundRobin', Pinned: 'Pinned' }); module.exports = SystemConsumerStrategies;