DataProvider.See: Description
| Interface | Description |
|---|---|
| Namespace |
A
Namespace is used to determine if a subject is of interest to an
DataProvider. |
| Class | Description |
|---|---|
| PrefixNamespace |
The prefix namespace matches the initial part of a subject name.
|
| RegexNamespace |
The
RegexNamespace matches a subject based on one or more regex patterns. |
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.
Please send bug reports and comments to Caplin support