Class StopConnectorException

  • All Implemented Interfaces:
    Serializable

    @Deprecated
    public class StopConnectorException
    extends io.debezium.DebeziumException
    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:
    Serialized Form
    • Field Detail

      • serialVersionUID

        private static final long serialVersionUID
        Deprecated.
        See Also:
        Constant Field Values
    • Constructor Detail

      • StopConnectorException

        public StopConnectorException​(String msg)
        Deprecated.