This package contains the implementation of the client-side event pub/sub API. EventConnection is the main class that realizes an event connection between the client and the server.
The-client side API {@link fuegocore.notify.core.EventBase} consists of the session management, and pub/sub invocations. The EventConnection is used either by the EventBase (extended for applications) or one or more Session objects {@link fuegocore.notify.core.session.EventSession}.