| Package | Description |
|---|---|
| com.streambase.liveview.client |
Provides classes and interfaces fundamental to the TIBCO LiveView Java API.
|
| Modifier and Type | Method and Description |
|---|---|
TablePublisher |
Table.getTablePublisher(String publisherName)
Retrieve a publisher instance allowing a client to publish data to this table with the default buffer size
TablePublisher.PUBLISH_BUFFER_SIZE_DEFAULT and
flush interval TablePublisher.PUBLISH_INTERVAL_DEFAULT. |
TablePublisher |
Table.getTablePublisher(String publisherName,
int bufferSize,
long flushInterval,
TimeUnit flushIntervalTimeUnit)
Retrieve a
TablePublisher 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 a
TablePublisher publisher instance allowing the client to publish data to the table. |
TablePublisher |
Table.getTablePublisher(String publisherName,
PublisherListener pubListener,
PubListenerConfig pubListenerConfig)
Retrieve a
TablePublisher instance allowing a client to publish data to this table with the default buffer size TablePublisher.PUBLISH_BUFFER_SIZE_DEFAULT and
flush interval TablePublisher.PUBLISH_INTERVAL_DEFAULT. |
Copyright © 2015–2019 Cloud Software Group, Inc.. All rights reserved.