ee-soa-discovery-sameprocess

0.1.3 • Public • Published

ee-soa-discovery-sameprocess

Static discovery for the EE SOA, returns always the local process as result

installation

npm install ee-soa-discovery-sameprocess

build status

Build Status

usage

This module will always respond that the service can be found in the same process, it ignores any input prvided.

var   Discovery = require('ee-soa-discovery-sameprocess')
	, instance 	= new Discovery();


instance.discover('appID', 'serviceID', function(err, response){
	log(response.transport === 'local'); // always true
});

Readme

Keywords

Package Sidebar

Install

npm i ee-soa-discovery-sameprocess

Weekly Downloads

5

Version

0.1.3

License

none

Last publish

Collaborators

  • ee