Package com.snowflake.connectors.application.ingestion.create
Backend implementation of ingestion resource creation.
-
Interface Summary Interface Description CreateResourceValidator Callback which is called at the beginning of creating a resourcePostCreateResourceCallback Callback which is called at the end of creating a resourcePreCreateResourceCallback Callback which is called before executing the main logic of creating a resource -
Class Summary Class Description CreateResourceHandler Handler for the ingestion resource creation process.CreateResourceHandlerBuilder Builder for theCreateResourceHandler
. -
Exception Summary Exception Description ResourceCreationException Exception thrown when creation of a resource failed.