Uses of Class
com.google.cloud.pubsublite.MessageMetadata
Packages that use MessageMetadata
Package
Description
-
Uses of MessageMetadata in com.google.cloud.pubsublite
Methods in com.google.cloud.pubsublite that return MessageMetadataModifier and TypeMethodDescriptionstatic MessageMetadataDecode a MessageMetadata from the Cloud Pub/Sub ack id.static MessageMetadataConstruct a MessageMetadata from a Partition and Offset. -
Uses of MessageMetadata in com.google.cloud.pubsublite.cloudpubsub.internal
Constructor parameters in com.google.cloud.pubsublite.cloudpubsub.internal with type arguments of type MessageMetadataModifierConstructorDescriptionWrappingPublisher(Publisher<MessageMetadata> wirePublisher, MessageTransformer<com.google.pubsub.v1.PubsubMessage, Message> transformer) -
Uses of MessageMetadata in com.google.cloud.pubsublite.internal.wire
Methods in com.google.cloud.pubsublite.internal.wire that return types with arguments of type MessageMetadataModifier and TypeMethodDescriptionRoutingPublisherBuilder.Builder.build()SinglePartitionPublisherBuilder.Builder.build()PartitionCountWatchingPublisherSettings.instantiate()PartitionPublisherFactory.newPublisher(Partition partition) com.google.api.core.ApiFuture<MessageMetadata>PartitionCountWatchingPublisher.publish(PubSubMessage message) com.google.api.core.ApiFuture<MessageMetadata>RoutingPublisher.publish(PubSubMessage message) com.google.api.core.ApiFuture<MessageMetadata>SinglePartitionPublisher.publish(PubSubMessage message)