Uses of Class
com.google.cloud.pubsublite.internal.wire.PubsubContext.Framework
-
Packages that use PubsubContext.Framework Package Description com.google.cloud.pubsublite.cloudpubsub com.google.cloud.pubsublite.internal.wire -
-
Uses of PubsubContext.Framework in com.google.cloud.pubsublite.cloudpubsub
Methods in com.google.cloud.pubsublite.cloudpubsub with parameters of type PubsubContext.Framework Modifier and Type Method Description abstract PublisherSettings.Builder
PublisherSettings.Builder. setFramework(PubsubContext.Framework framework)
A Framework tag for internal metrics.abstract SubscriberSettings.Builder
SubscriberSettings.Builder. setFramework(PubsubContext.Framework framework)
A Framework tag for internal metrics. -
Uses of PubsubContext.Framework in com.google.cloud.pubsublite.internal.wire
Methods in com.google.cloud.pubsublite.internal.wire that return PubsubContext.Framework Modifier and Type Method Description static PubsubContext.Framework
PubsubContext.Framework. of(String value)
Methods in com.google.cloud.pubsublite.internal.wire that return types with arguments of type PubsubContext.Framework Modifier and Type Method Description abstract Optional<PubsubContext.Framework>
PubsubContext. framework()
Methods in com.google.cloud.pubsublite.internal.wire with parameters of type PubsubContext.Framework Modifier and Type Method Description static PubsubContext
PubsubContext. of(PubsubContext.Framework framework)
-