EventRouter Service, gRPC: EventService.Put
Статья создана
Обновлена 17 октября 2024 г.
Puts event to bus.
gRPC request
rpc Put (PutEventRequest) returns (google.protobuf.Empty
PutEventRequest
{
"busId": "string",
"body": "string"
}
Field |
Description |
busId |
string Required field. ID of the bus to put event. |
body |
string Required field. Event body. |
google.protobuf.Empty
{}
Field |
Description |
Empty |