Uses of Interface
com.caplin.datasource.namespace.Namespace
Packages that use Namespace
Package
Description
Namespaces are used to determine if a subject is of interest to an
DataProvider.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.
-
Uses of Namespace in com.caplin.datasource.namespace
Classes in com.caplin.datasource.namespace that implement NamespaceModifier and TypeClassDescriptionclassThe prefix namespace matches the initial part of a subject name.classTheRegexNamespacematches a subject based on one or more regex patterns. -
Uses of Namespace in com.caplin.datasource.subscription
Methods in com.caplin.datasource.subscription that return NamespaceModifier and TypeMethodDescriptionBroadcastSubscription.getNamespace()Gets the namespace for this subscription. -
Uses of Namespace in com.caplin.jtm
Methods in com.caplin.jtm with parameters of type NamespaceModifier and TypeMethodDescriptionTransformerAccessor.createActivePublisher(Namespace namespace, DataProvider dataProvider) Creates anTransformerPublisherfor the specified namespace.TransformerAccessor.createBroadcastJsonSubscription(Namespace namespace, SubjectConsumer<T> listener, Class<T> jsonDeserializationType) Creates a subscription to many subjects that return Java objects from their serialized JSON form.TransformerAccessor.createBroadcastJsonSubscription(Namespace namespace, SubjectConsumer<T> listener, Class<T> jsonDeserializationType, int subscriptionFlags) Creates a subscription to many subjects that return Java objects from their serialized JSON form.TransformerAccessor.createBroadcastSubscription(Namespace namespace, SubscriptionListener subscriptionListener) Creates a subscription to many subjects.TransformerAccessor.createBroadcastSubscription(Namespace namespace, SubscriptionListener subscriptionListener, int subscriptionFlags) Creates a subscription to many subjects.TransformerAccessor.createCachingPublisher(Namespace namespace, CachingDataProvider dataProvider) Creates anCachingPublisherfor the specified namespace.