Uses of Interface
com.google.cloud.pubsublite.cloudpubsub.KeyExtractor
-
Packages that use KeyExtractor Package Description com.google.cloud.pubsublite.cloudpubsub -
-
Uses of KeyExtractor in com.google.cloud.pubsublite.cloudpubsub
Fields in com.google.cloud.pubsublite.cloudpubsub declared as KeyExtractor Modifier and Type Field Description static KeyExtractor
KeyExtractor. DEFAULT
An extractor that gets the routing key from the ordering key field.Methods in com.google.cloud.pubsublite.cloudpubsub with parameters of type KeyExtractor Modifier and Type Method Description static MessageTransformer<com.google.pubsub.v1.PubsubMessage,Message>
MessageTransforms. fromCpsPublishTransformer(KeyExtractor keyExtractor)
abstract PublisherSettings.Builder
PublisherSettings.Builder. setKeyExtractor(KeyExtractor keyExtractor)
A KeyExtractor for getting the routing key from a message.
-