methodTopic
methodTopic<
TService>(method,topicConfig?):string
Defined in: packages/pubsub/src/topics.ts:13
Resolve the broker topic for a protobuf method from a shared topic config.
Type Parameters
Section titled “Type Parameters”TService
Section titled “TService”TService extends GenService<GenServiceMethods>
Parameters
Section titled “Parameters”method
Section titled “method”DescMethodUnary
topicConfig?
Section titled “topicConfig?”TopicConfig<TService>
Returns
Section titled “Returns”string