Interface SnowflakeStreamingIngestClient

  • All Superinterfaces:
    AutoCloseable
    All Known Implementing Classes:
    SnowflakeStreamingIngestClientInternal

    public interface SnowflakeStreamingIngestClient
    extends AutoCloseable
    A class that is the starting point for using the Streaming Ingest client APIs, a single client maps to exactly one account in Snowflake; however, multiple clients can point to the same account. Each client will contain information for Snowflake authentication and authorization, and it will be used to create one or more SnowflakeStreamingIngestChannel

    Thread safety note: Implementations of this interface are required to be thread safe.