| Package | Description |
|---|---|
| com.influxdb.client | |
| com.influxdb.client.internal | |
| com.influxdb.client.write.events |
| Modifier and Type | Method and Description |
|---|---|
<T extends AbstractWriteEvent> |
WriteApi.listenEvents(Class<T> eventType,
EventListener<T> listener)
Listen the events produced by
WriteApi. |
| Modifier and Type | Method and Description |
|---|---|
protected <T extends AbstractWriteEvent> |
AbstractWriteClient.addEventListener(Class<T> eventType) |
| Modifier and Type | Class and Description |
|---|---|
class |
BackpressureEvent
The event is published when is backpressure applied.
|
class |
WriteErrorEvent
The event is published when occurs a write exception.
|
class |
WriteRetriableErrorEvent
The event is published when occurs a retriable write exception.
|
class |
WriteSuccessEvent
The event is published when arrived the success response from InfluxDB 2.x server.
|
Copyright © 2018–2023 InfluxData, Inc.. All rights reserved.