Skip to content

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).

GenService<GenServiceMethods>

DescMethodUnary[]