Enumerations
include/grpc/impl/codegen/connectivity_state.h File Reference
This graph shows which files directly or indirectly include this file:

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
}
 

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

Definition at line 30 of file include/grpc/impl/codegen/connectivity_state.h.



grpc
Author(s):
autogenerated on Fri May 16 2025 03:01:08