Working on documentation (wip)

This commit is contained in:
2016-11-06 22:58:11 -08:00
parent 90e7ef1a9d
commit 454b150fb6
16 changed files with 87 additions and 25 deletions

View File

@ -36,6 +36,7 @@ const TimerTickMessage = new messages.TimerTickMessage();
const EmptyGuid = '00000000-0000-0000-0000-000000000000';
/**
* @private
* @param {EventStoreNodeConnection} esConnection
* @param {Object} settings
* @constructor

View File

@ -41,6 +41,7 @@ function StartSubscriptionMessage(
util.inherits(StartSubscriptionMessage, Message);
/**
* @private
* @constructor
* @property {object} endPoints
* @property {object} endPoints.secureTcpEndPoint

View File

@ -5,6 +5,7 @@ var Hash = require('../common/hash');
var TcpCommand = require('../systemData/tcpCommand');
/**
* @private
* @param {string} connectionName
* @param {object} settings
* @constructor