UNPKG

node-eventstore-client

Version:

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

9 lines (8 loc) 211 B
var InspectionDecision = Object.freeze({ DoNothing: 'doNothing', EndOperation: 'endOperation', Retry: 'retry', Reconnect: 'reconnect', Subscribed: 'subscribed' }); module.exports = InspectionDecision;