Grpc Beta
The GrpcBeta class provides gRPC-based implementations for all interfaces of the Beta-Channel of the Agones SDK. The implementation encapsulates the communication the external interface of the SDK and manages the corresponding stubs. This sub SDK operates on the same channel as the primary SDK and therefore shares its connections and related resources as well as its state.
The creation of this object only creates the necessary stub and does not initiate any communication to the external SDK interface. It merely equips the SDK with means to communicate with the SDK, if requested by invoking any of the provided Beta interfaces.
Parameters
The channel of the primary Agones SDK that is used for the communication with the external network interface and that holds the related connections and resources.