Package com.caplin.datasource.namespace
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.-
ClassDescriptionA
Namespaceis used to determine if a subject is of interest to anDataProvider.The prefix namespace matches the initial part of a subject name.TheRegexNamespacematches a subject based on one or more regex patterns.