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
public class StopEngineException extends DebeziumException
An exception that is used to tell the engine to process the last source record and to then stop. When raised byConsumerimplementations passed toDebeziumEngine.Builder.notifying(Consumer), this exception should only be raised after that consumer has safely processed the passed event.- Author:
- Randall Hauch
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static longserialVersionUID
-
Constructor Summary
Constructors Constructor Description StopEngineException(String msg)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
StopEngineException
public StopEngineException(String msg)
-
-