Package com.influxdb.client.write.events
Interface EventListener<T>
- All Superinterfaces:
EventListener
- Author:
- Jakub Bednar (bednar@github) (10/12/2018 09:37)
-
Method Summary
-
Method Details
-
onEvent
onEvent will be called with the new value. It's guaranteed that the value will be non-null.- Parameters:
value
- The value of the event.
-