Class ConnectorLifecycle

java.lang.Object
io.debezium.server.ConnectorLifecycle
All Implemented Interfaces:
DebeziumEngine.CompletionCallback, DebeziumEngine.ConnectorCallback, org.eclipse.microprofile.health.HealthCheck

@Liveness @ApplicationScoped public class ConnectorLifecycle extends Object implements org.eclipse.microprofile.health.HealthCheck, DebeziumEngine.ConnectorCallback, DebeziumEngine.CompletionCallback
The server lifecycle listener that published CDI events based on the lifecycle changes and also provides Microprofile Health information.
Author:
Jiri Pechanec