We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
DefaultPubSubRpc,get returns a Future such that Future.get() returns null if the resource was not found. In PubSubImpl.
DefaultPubSubRpc,get
Future
Future.get()
null
PubSubImpl
In PubSubImpl transform the result using (Topic/Subscription).fromPbFunction() which do not handle the null case.
(Topic/Subscription).fromPbFunction()
DefaultPubSubRpc,getreturns aFuturesuch thatFuture.get()returnsnullif the resource was not found. InPubSubImpl.In PubSubImpl transform the result using
(Topic/Subscription).fromPbFunction()which do not handle thenullcase.