Package org.syncany.operations.daemon.messages.api

Provides interfaces and abstract classes to describe the daemon message API.

Some of the application's functionality is exposed via the HTTP/REST API. All communication to and from the API is done via Messages.

Incoming messages can be either Requests or EventResponses. Outgoing messages can be Responses or Events.