Uses of Class
com.streambase.liveview.client.PubListenerConfig
Packages that use PubListenerConfig
Package
Description
Provides classes and interfaces fundamental to the LiveView Java API.
-
Uses of PubListenerConfig in com.streambase.liveview.client
Methods in com.streambase.liveview.client that return PubListenerConfigModifier and TypeMethodDescriptionPubListenerConfig.setCallBackTime
(Long timeInterval) It set the timeInterval in defaultTimeUnit
which is set to MilliSeconds.PubListenerConfig.setCallBackTime
(TimeUnit timeUnit, Long timeInterval) Sets the ack. call back frequency for the current publisher.PubListenerConfig.setOnlyChanges
(boolean onlyChanges) Sets the flag to control the type of events that come back on the listener.Methods in com.streambase.liveview.client with parameters of type PubListenerConfigModifier and TypeMethodDescriptionTable.getTablePublisher
(String publisherName, int bufferSize, long flushInterval, TimeUnit flushIntervalUnit, PublisherListener pubListener, PubListenerConfig pubListenerConfig) Retrieve aTablePublisher
publisher instance allowing the client to publish data to the table.Table.getTablePublisher
(String publisherName, PublisherListener pubListener, PubListenerConfig pubListenerConfig) Retrieve aTablePublisher
instance allowing a client to publish data to this table with the default buffer sizeTablePublisher.PUBLISH_BUFFER_SIZE_DEFAULT
and flush intervalTablePublisher.PUBLISH_INTERVAL_DEFAULT
.