Package io.debezium.embedded
Class StopConnectorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.debezium.DebeziumException
io.debezium.embedded.StopConnectorException
- All Implemented Interfaces:
Serializable
Deprecated.
An exception that is used to tell the connector to process the last source record and to then stop. When raised by
Consumer implementations passed to EmbeddedEngine.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 serialVersionUIDDeprecated.- See Also:
-
-
Constructor Details
-
StopConnectorException
Deprecated.
-