cloudEventForMethod
cloudEventForMethod<
TSchema>(method,payload,options):CloudEvent
Defined in: packages/pubsub/src/cloudevents.ts:116
Build a CloudEvent for a specific protobuf service method and payload init object.
Type Parameters
Section titled “Type Parameters”TSchema
Section titled “TSchema”TSchema extends DescMessage
Parameters
Section titled “Parameters”method
Section titled “method”DescMethodUnary<TSchema>
payload
Section titled “payload”MessageInitShape<TSchema>
options
Section titled “options”Returns
Section titled “Returns”CloudEvent