Class PubsubContext.Framework (1.13.0)

public abstract static class PubsubContext.Framework

A unique string representing the unambiguous name of a framework in SCREAMING_SNAKE_CASE.

Setting this value will be used to track framework popularity in internal metrics.

Inheritance

java.lang.Object > PubsubContext.Framework

Static Methods

of(String value)

public static PubsubContext.Framework of(String value)
Parameter
NameDescription
valueString
Returns
TypeDescription
PubsubContext.Framework

Constructors

Framework()

public Framework()

Methods

value()

public abstract String value()
Returns
TypeDescription
String