Uses of Interface
com.streambase.liveview.client.TablePublisher
-
Packages that use TablePublisher Package Description com.streambase.liveview.client Provides classes and interfaces fundamental to the TIBCO LiveView Java API. -
-
Uses of TablePublisher in com.streambase.liveview.client
Methods in com.streambase.liveview.client that return TablePublisher Modifier and Type Method Description TablePublisher
Table. 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
.TablePublisher
Table. getTablePublisher(String publisherName, int bufferSize, long flushInterval, TimeUnit flushIntervalTimeUnit)
Retrieve aTablePublisher
instance allowing the client to publish data to the table.TablePublisher
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.TablePublisher
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
.
-