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.

  • Class
    Description
    A Namespace is used to determine if a subject is of interest to an DataProvider.
    The prefix namespace matches the initial part of a subject name.
    The RegexNamespace matches a subject based on one or more regex patterns.