Class 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 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:
    Serialized Form
    • Constructor Detail

      • StopEngineException

        public StopEngineException​(String msg)