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 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:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      Deprecated.
      See Also:
  • Constructor Details

    • StopConnectorException

      public StopConnectorException(String msg)
      Deprecated.