public abstract class PubsubContext extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
PubsubContext.Framework
A unique string representing the unambiguous name of a framework in SCREAMING_SNAKE_CASE.
|
| Constructor and Description |
|---|
PubsubContext() |
| Modifier and Type | Method and Description |
|---|---|
abstract Optional<PubsubContext.Framework> |
framework() |
static PubsubContext |
of() |
static PubsubContext |
of(PubsubContext.Framework framework) |
public abstract Optional<PubsubContext.Framework> framework()
public static PubsubContext of(PubsubContext.Framework framework)
public static PubsubContext of()
Copyright © 2020 Google LLC. All rights reserved.