Package com.snowflake.connectors.application.lifecycle.resume
Backend implementations for the connector resuming process.
-
Interface Summary Interface Description ResumeConnectorCallback Callback called during theResumeConnectorHandler
execution, may be used to provide custom resuming logic.ResumeConnectorSdkCallback Callback called during theResumeConnectorHandler
execution, may be used to provide custom resuming logic required by the sdk.ResumeConnectorStateValidator Validator called during theResumeConnectorHandler
execution, may be used to provide custom connector state validation. -
Class Summary Class Description ResumeConnectorHandler Handler for the connector resuming process.ResumeConnectorHandlerBuilder Builder for theResumeConnectorHandler
.