Uses of Interface
com.caplin.datasource.publisher.Publisher
Packages that use 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
Subinterfaces of Publisher in com.caplin.datasource.publisherModifier and TypeInterfaceDescriptioninterfaceinterfaceThis implementation ofPublishersends (broadcasts) updates to all connected peers regardless of whether they have requested (subscribed to) the subject.interfaceThis implementation ofPublisheris similar toActivePublisher, but because it does not maintain a cache, it passes all requests and discards for subjects on to theDataProvider.interfaceExtends the DataSource APIActivePublisherproviding additional JTM specific methods.Methods in com.caplin.datasource.publisher with parameters of type PublisherModifier and TypeMethodDescriptiondefault voidDataProvider.setPublisher(Publisher publisher) Sets a publisher for theDataProviderto use when publishing data.