Expand description

Traits for building InputConnector, OutputConnector, and Service

Traits

Implement an input connector. An input connector is in change of creating Message and sending asynchronously to the services.

Implement an output connector. An output connector is waiting asynchronously for messages comming from the services and deliver them.

Implement a service. A Service is an entity that processes input messages asynchronously and send output messages asynchronously.