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

  • Constructor Details

    • StopEngineException

      public StopEngineException(String msg)