Package io.debezium.engine
Class StopEngineException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.debezium.DebeziumException
io.debezium.engine.StopEngineException
- All Implemented Interfaces:
Serializable
An exception that is used to tell the engine to process the last source record and to then stop. When raised by
Consumer implementations passed to DebeziumEngine.Builder.notifying(Consumer), this exception should
only be raised after that consumer has safely processed the passed event.- Author:
- Randall Hauch
- See Also:
-
Field Summary
Fields -
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
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
StopEngineException
-