Class PubsubContext (1.13.3)

public abstract class PubsubContext

A context for identifying clients based on basic properties.

Inheritance

java.lang.Object > PubsubContext

Static Methods

of()

public static PubsubContext of()
Returns
Type Description
PubsubContext

of(PubsubContext.Framework framework)

public static PubsubContext of(PubsubContext.Framework framework)
Parameter
Name Description
framework PubsubContext.Framework
Returns
Type Description
PubsubContext

Constructors

PubsubContext()

public PubsubContext()

Methods

framework()

public abstract Optional<PubsubContext.Framework> framework()
Returns
Type Description
Optional<Framework>