sendNotification

fun <TRequest : GeneratedMessage.Builder<TRequest>> sendNotification(rpcName: String, message: GeneratedMessage)

Sends a notification.

Parameters

rpcName

Name of the RPC endpoint. Takes the format ServiceName.RpcName

message

The message to send.

TRequest

The type of protobuf object.