Package com.google.cloud.pubsublite
Class Partition
java.lang.Object
com.google.cloud.pubsublite.Partition
- All Implemented Interfaces:
Serializable
A partition of a topic.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Partition
public Partition()
-
-
Method Details
-
of
Create a partition from its long value.- Throws:
com.google.api.gax.rpc.ApiException
-
value
public abstract long value()The long value of this partition.
-