Class Handover.WakeupException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.flink.streaming.connectors.kafka.internals.Handover.WakeupException
All Implemented Interfaces:
Serializable
Enclosing class:
Handover

public static final class Handover.WakeupException extends Exception
A special exception thrown bv the Handover in the Handover.produce(ConsumerRecords) method when the producer is woken up from a blocking call via Handover.wakeupProducer().
See Also:
  • Constructor Details

    • WakeupException

      public WakeupException()