sendNotification

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

Sends a notification.

Parameters

TRequest

The type of protobuf object.

name

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

message

The message to send.