Class RoutingMetadata
- java.lang.Object
-
- com.google.cloud.pubsublite.internal.wire.RoutingMetadata
-
public final class RoutingMetadata extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,String>
getMetadata()
static RoutingMetadata
of(SubscriptionPath subscription, Partition partition)
static RoutingMetadata
of(TopicPath topic, Partition partition)
-
-
-
Method Detail
-
of
public static RoutingMetadata of(TopicPath topic, Partition partition) throws com.google.api.gax.rpc.ApiException
- Throws:
com.google.api.gax.rpc.ApiException
-
of
public static RoutingMetadata of(SubscriptionPath subscription, Partition partition) throws com.google.api.gax.rpc.ApiException
- Throws:
com.google.api.gax.rpc.ApiException
-
-