send Notification
fun <TRequest : GeneratedMessage.Builder<TRequest>> sendNotification(rpcName: String, message: GeneratedMessage)
Sends a notification.
Parameters
rpc Name
Name of the RPC endpoint. Takes the format ServiceName.RpcName
message
The message to send.
TRequest
The type of protobuf object.