PVWriterConfiguration<T> |
PVWriterConfiguration.addListener(Consumer<PVEvent> listener) |
Adds a listener for the expression.
|
PVWriterConfiguration<T> |
PVWriterConfiguration.addWriteListener(PVWriterListener<T> listener) |
Adds a write listener for the expression.
|
PVWriterConfiguration<T> |
PVWriterConfiguration.connectionTimeout(Duration timeout) |
Sends a TimeoutException if the expression does not connect
within the given duration.
|
PVWriterConfiguration<T> |
PVWriterConfiguration.connectionTimeout(Duration timeout,
String timeoutMessage) |
Sends a TimeoutException with the given message if the expression
does not connect within the given duration.
|
PVWriterConfiguration<T> |
PVWriterConfiguration.from(DataSource dataSource) |
Defines which DataSource should be used to read/write the data.
|
PVWriterConfiguration<T> |
PVWriterConfiguration.maxRate(Duration maxRate) |
The maximum rate of notifications for this reader/writer.
|
PVWriterConfiguration<T> |
PVWriterConfiguration.notifyOn(Executor onThread) |
Defines on which thread to notify the client.
|
<W> PVWriterConfiguration<W> |
GPClientInstance.write(Expression<?,W> expression) |
Creates a writer for the given expression.
|