Uses of Interface
com.streambase.liveview.client.TablePublisher
Package
Description
Provides classes and interfaces fundamental to the LiveView Java API.
-
Uses of TablePublisher in com.streambase.liveview.client
Modifier and TypeMethodDescriptionTable.getTablePublisher
(String publisherName) Retrieve a publisher instance allowing a client to publish data to this table with the default buffer sizePUBLISH_BUFFER_SIZE_DEFAULT
and flush intervalPUBLISH_INTERVAL_DEFAULT
.Table.getTablePublisher
(String publisherName, int bufferSize, long flushInterval, TimeUnit flushIntervalTimeUnit) Retrieve aTablePublisher
instance allowing the client to publish data to the table.Table.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 sizePUBLISH_BUFFER_SIZE_DEFAULT
and flush intervalPUBLISH_INTERVAL_DEFAULT
.