Package com.caplin.datasource.namespace

Namespaces are used to determine if a subject is of interest to an DataProvider. You can provide your own implementations of the Namespace interface. However, there are built-in implementations that should meet most requirements: PrefixNamespace matches the start of a subject name, and RegexNamespace matches subject names using regular expressions.