Uses of Package
com.google.cloud.spring.pubsub.support.converter
Packages that use com.google.cloud.spring.pubsub.support.converter
Package
Description
Auto-configuration for Spring Cloud GCP Pub/Sub module.
Core support for Pub/Sub in Spring.
Operations and template for publishing in Spring Cloud GCP Pub/Sub.
Operations and template for subscribing in Spring Cloud GCP Pub/Sub.
Classes related to converting messages in Spring Cloud GCP Pub/Sub.
-
Classes in com.google.cloud.spring.pubsub.support.converter used by com.google.cloud.spring.autoconfigure.pubsubClassDescriptionInterface for converters that can convert POJOs to and from Pub/Sub messages.
-
Classes in com.google.cloud.spring.pubsub.support.converter used by com.google.cloud.spring.pubsub.coreClassDescriptionAn
AcknowledgeablePubsubMessage
that also contains the payload of the Pub/Sub message converted to the desired typeT
.ABasicAcknowledgeablePubsubMessage
that also contains the payload of the Pub/Sub message converted to the desired typeT
.Interface for converters that can convert POJOs to and from Pub/Sub messages. -
Classes in com.google.cloud.spring.pubsub.support.converter used by com.google.cloud.spring.pubsub.core.publisherClassDescriptionInterface for converters that can convert POJOs to and from Pub/Sub messages.
-
Classes in com.google.cloud.spring.pubsub.support.converter used by com.google.cloud.spring.pubsub.core.subscriberClassDescriptionAn
AcknowledgeablePubsubMessage
that also contains the payload of the Pub/Sub message converted to the desired typeT
.ABasicAcknowledgeablePubsubMessage
that also contains the payload of the Pub/Sub message converted to the desired typeT
.Interface for converters that can convert POJOs to and from Pub/Sub messages. -
Classes in com.google.cloud.spring.pubsub.support.converter used by com.google.cloud.spring.pubsub.support.converterClassDescriptionA
BasicAcknowledgeablePubsubMessage
that also contains the payload of the Pub/Sub message converted to the desired typeT
.Interface for converters that can convert POJOs to and from Pub/Sub messages.