unaryMethods
unaryMethods(
service):DescMethodUnary[]
Defined in: packages/pubsub/src/service.ts:10
Return the unary methods from a generated service descriptor.
Services use unary methods as the event contract surface. Streaming methods are not supported by this pub/sub library (different delivery model).
Parameters
Section titled “Parameters”service
Section titled “service”GenService<GenServiceMethods>
Returns
Section titled “Returns”DescMethodUnary[]