EventRouter Service, gRPC: EventService.Send
Written by
Updated at April 24, 2025
Send events to bus.
gRPC request
rpc Send (SendEventsRequest) returns (google.protobuf.Empty
SendEventsRequest
{
"connector_id": "string",
"message": [
"string"
]
}
Field |
Description |
connector_id |
string Required field. ID of the connector to send events. |
message[] |
string Batch of events bodies. |
google.protobuf.Empty
{}
Field |
Description |
Empty |