OnFlow.Channel (on_flow v0.6.0) View Source
Link to this section Summary
Functions
Returns a specification to start this module under a supervisor.
Connects to the GRPC server. Blocks the process until a connection is established.
Connects to the GRPC server asynchronously.
Returns the current GRPC channel.
Sets the current GRPC channel. OnFlow will pull the channel from this GenServer to make requests, so use this to manage the channel manually if needed.
Link to this section Functions
Returns a specification to start this module under a supervisor.
See Supervisor
.
Connects to the GRPC server. Blocks the process until a connection is established.
Connects to the GRPC server asynchronously.
Returns the current GRPC channel.
Sets the current GRPC channel. OnFlow will pull the channel from this GenServer to make requests, so use this to manage the channel manually if needed.