Package com.snowflake.ingest.streaming
Class OpenChannelResult
java.lang.Object
com.snowflake.ingest.streaming.OpenChannelResult
Result of opening a channel which contains the channel and its status
-
Constructor Summary
ConstructorsConstructorDescriptionOpenChannelResult(SnowflakeStreamingIngestChannel channel, ChannelStatus channelStatus) OpenChannelResult constructor -
Method Summary
Modifier and TypeMethodDescriptionGet the channelGet the channel status
-
Constructor Details
-
OpenChannelResult
OpenChannelResult constructor- Parameters:
channel- the channelchannelStatus- the channel status
-
-
Method Details
-
getChannel
Get the channel- Returns:
- the channel
-
getChannelStatus
Get the channel status- Returns:
- the channel status
-