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
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 Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
WakeupException
public WakeupException()
-