Package com.caplin.datasource.subscription

Defines the interfaces and classes that are used by a Java DataSource application when it needs to subscribe to data provided by another DataSource application.

The BroadcastSubscription interface represents a subscription to all subjects that fall within a specified namespace, allowing the DataSource application to receive all incoming updates for subjects that match that namespace.

Note: Active subscriptions, that is subscriptions to a specific subject, are not currently