Uses of Interface
com.caplin.datasource.namespace.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
Modifier and TypeClassDescriptionclass
The prefix namespace matches the initial part of a subject name.class
TheRegexNamespace
matches a subject based on one or more regex patterns. -
Uses of Namespace in com.caplin.datasource.subscription
Modifier and TypeMethodDescriptionBroadcastSubscription.getNamespace()
Gets the namespace for this subscription. -
Uses of Namespace in com.caplin.jtm
Modifier and TypeMethodDescriptionTransformerAccessor.createActivePublisher
(Namespace namespace, DataProvider dataProvider) Creates anTransformerPublisher
for 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 anCachingPublisher
for the specified namespace.