GRPC Core  39.0.0
Enumerations
connectivity_state.h File Reference

Go to the source code of this file.

Enumerations

enum  grpc_connectivity_state {
  GRPC_CHANNEL_IDLE, GRPC_CHANNEL_CONNECTING, GRPC_CHANNEL_READY, GRPC_CHANNEL_TRANSIENT_FAILURE,
  GRPC_CHANNEL_SHUTDOWN
}
 Connectivity state of a channel. More...
 

Enumeration Type Documentation

◆ grpc_connectivity_state

Connectivity state of a channel.

Enumerator
GRPC_CHANNEL_IDLE 

channel is idle

GRPC_CHANNEL_CONNECTING 

channel is connecting

GRPC_CHANNEL_READY 

channel is ready for work

GRPC_CHANNEL_TRANSIENT_FAILURE 

channel has seen a failure but expects to recover

GRPC_CHANNEL_SHUTDOWN 

channel has seen a failure that it cannot recover from