ee-soa-discovery

0.1.0 • Public • Published

ee-soa-discovery

Basic SOA Discovery implementation. Discovery implementations shoud inherit from this class

installation

npm install ee-soa-discovery

build status

Build Status

usage

Let your discovery implementaion inherit from this class. Overwrite the «discover» Method.

var   SOADiscovery  = require('ee-soa-discovery')
	, Class 		= require('ee-class');

var MyDiscovery = new Class({
	inherits: SOADiscovery


	, discover: function(application, service, callback) {

	}
});

Readme

Keywords

Package Sidebar

Install

npm i ee-soa-discovery

Weekly Downloads

2

Version

0.1.0

License

none

Last publish

Collaborators

  • ee