Jump to: navigation, search

Difference between revisions of "Zaqar/specs/endpoint"

(Created page with " = Marconi Endpoints = Endpoints represent a communication layer between Marconi and external clients. They exist in order to support multiple transports like HTTP, ZMQ, etc;...")
 
Line 3: Line 3:
  
 
Endpoints represent a communication layer between Marconi and external clients. They exist in order to support multiple transports like HTTP, ZMQ, etc; they are not exclusive and can be enabled directly from the config file.
 
Endpoints represent a communication layer between Marconi and external clients. They exist in order to support multiple transports like HTTP, ZMQ, etc; they are not exclusive and can be enabled directly from the config file.
 +
 +
Each endpoint defines its own API that is common in terms of methods but different in terms of implementation.

Revision as of 13:52, 19 February 2013

Marconi Endpoints

Endpoints represent a communication layer between Marconi and external clients. They exist in order to support multiple transports like HTTP, ZMQ, etc; they are not exclusive and can be enabled directly from the config file.

Each endpoint defines its own API that is common in terms of methods but different in terms of implementation.