You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The receiver/processor model has the following problem. Sometimes it's necessary to add a processor in the receivers and a receiver in the processors. The solution is to rename receivers and processors to applications and connections respectively. Applications and connections can have both receivers and processors. Maybe we would want to call them just connectors instead.
The text was updated successfully, but these errors were encountered:
Instead of ProcessorService and ReceiverService, use only a ConnectorService.
Rename the methods in the RoutingEngine.
Rename everything to applications and connections instead receivers and processors.
org.mokai.Receiver was renamed to org.mokai.Connector. org.mokai.Processor now extends org.mokai.Connector.
org.mokaiProcessorService and org.mokai.ReceiverService was unified into org.mokai.ConnectorService.
RoutingEngine now has method to manage applications and connections (instead of receivers and processors).
receivers.xml and processors.xml are now named applications.xml and connections.xml (this is parametrizable in the core-context.xml configuration file).
applications.xml and connections.xml both uses the same schema: connectors-0.3.xsd
Instead of ProcessorService and ReceiverService, use only a ConnectorService.
Rename the methods in the RoutingEngine.
Rename everything to applications and connections instead receivers and processors.
The receiver/processor model has the following problem. Sometimes it's necessary to add a processor in the receivers and a receiver in the processors. The solution is to rename receivers and processors to applications and connections respectively. Applications and connections can have both receivers and processors. Maybe we would want to call them just connectors instead.
The text was updated successfully, but these errors were encountered: