19 #ifndef GRPC_IMPL_CODEGEN_CONNECTIVITY_STATE_H
20 #define GRPC_IMPL_CODEGEN_CONNECTIVITY_STATE_H
grpc_connectivity_state
Connectivity state of a channel.
Definition: connectivity_state.h:27
@ GRPC_CHANNEL_IDLE
channel is idle
Definition: connectivity_state.h:29
@ GRPC_CHANNEL_CONNECTING
channel is connecting
Definition: connectivity_state.h:31
@ GRPC_CHANNEL_READY
channel is ready for work
Definition: connectivity_state.h:33
@ GRPC_CHANNEL_TRANSIENT_FAILURE
channel has seen a failure but expects to recover
Definition: connectivity_state.h:35
@ GRPC_CHANNEL_SHUTDOWN
channel has seen a failure that it cannot recover from
Definition: connectivity_state.h:37