Package io.debezium.pipeline.signal
Class SignalTest
- java.lang.Object
-
- io.debezium.pipeline.signal.SignalTest
-
public class SignalTest extends Object
- Author:
- Jiri Pechanec
-
-
Constructor Summary
Constructors Constructor Description SignalTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected io.debezium.config.CommonConnectorConfigconfig()voidshouldDetectSignal()voidshouldExecuteFromEnvelope()voidshouldExecuteLog()voidshouldIgnoreInvalidEnvelope()voidshouldIgnoreInvalidSignalType()voidshouldIgnoreUnparseableData()voidshouldRegisterAdditionalAction()
-
-
-
Method Detail
-
shouldDetectSignal
public void shouldDetectSignal()
-
shouldIgnoreInvalidSignalType
public void shouldIgnoreInvalidSignalType() throws Exception- Throws:
Exception
-
shouldIgnoreUnparseableData
public void shouldIgnoreUnparseableData() throws Exception- Throws:
Exception
-
shouldRegisterAdditionalAction
public void shouldRegisterAdditionalAction() throws Exception- Throws:
Exception
-
shouldExecuteFromEnvelope
public void shouldExecuteFromEnvelope() throws Exception- Throws:
Exception
-
shouldIgnoreInvalidEnvelope
public void shouldIgnoreInvalidEnvelope() throws Exception- Throws:
Exception
-
config
protected io.debezium.config.CommonConnectorConfig config()
-
-