Package com.snowflake.connectors.application.lifecycle.pause
Backend implementations for the connector pausing process.
-
Interface Summary Interface Description PauseConnectorCallback Callback called during thePauseConnectorHandler
execution, may be used to provide custom pausing logic.PauseConnectorSdkCallback Callback called during thePauseConnectorHandler
execution, may be used to provide custom pausing logic required by the sdk.PauseConnectorStateValidator Validator called during thePauseConnectorHandler
execution, may be used to provide custom connector state validation. -
Class Summary Class Description PauseConnectorHandler Handler for the connector pausing process.PauseConnectorHandlerBuilder Builder for thePauseConnectorHandler
.