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.BuilderPublisherSettings.Builder. setFramework(PubsubContext.Framework framework)A Framework tag for internal metrics.abstract SubscriberSettings.BuilderSubscriberSettings.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.FrameworkPubsubContext.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 PubsubContextPubsubContext. of(PubsubContext.Framework framework)
-