Class WriteErrorEvent

java.lang.Object
com.influxdb.client.write.events.AbstractWriteEvent
com.influxdb.client.write.events.WriteErrorEvent

public final class WriteErrorEvent extends AbstractWriteEvent
The event is published when occurs a write exception.
Author:
Jakub Bednar (bednar@github) (30/07/2018 14:57)
  • Constructor Details

    • WriteErrorEvent

      public WriteErrorEvent(@Nonnull Throwable throwable)
  • Method Details