Uses of Interface
com.caplin.datasource.publisher.Publisher
Package
Description
Defines the methods of providing and publishing data that are used by DataSource for Java.
-
Uses of Publisher in com.caplin.datasource.publisher
Modifier and TypeInterfaceDescriptioninterface
interface
This implementation ofPublisher
sends (broadcasts) updates to all connected peers regardless of whether they have requested (subscribed to) the subject.interface
This implementation ofPublisher
is similar toActivePublisher
, but because it does not maintain a cache, it passes all requests and discards for subjects on to theDataProvider
.interface
Extends the DataSource APIActivePublisher
providing additional JTM specific methods.Modifier and TypeMethodDescriptiondefault void
DataProvider.setPublisher
(Publisher publisher) Sets a publisher for theDataProvider
to use when publishing data.