Go to the documentation of this file.
19 #ifndef GRPC_IMPL_CONNECTIVITY_STATE_H
20 #define GRPC_IMPL_CONNECTIVITY_STATE_H
@ GRPC_CHANNEL_TRANSIENT_FAILURE
channel has seen a failure but expects to recover
Definition: connectivity_state.h:38
grpc_connectivity_state
Connectivity state of a channel.
Definition: connectivity_state.h:30
@ GRPC_CHANNEL_SHUTDOWN
channel has seen a failure that it cannot recover from
Definition: connectivity_state.h:40
@ GRPC_CHANNEL_IDLE
channel is idle
Definition: connectivity_state.h:32
@ GRPC_CHANNEL_CONNECTING
channel is connecting
Definition: connectivity_state.h:34
@ GRPC_CHANNEL_READY
channel is ready for work
Definition: connectivity_state.h:36