Interface PubSubOperations
- All Superinterfaces:
PubSubPublisherOperations
,PubSubSubscriberOperations
- All Known Implementing Classes:
PubSubTemplate
An abstraction for Google Cloud Pub/Sub for publish and subscribe / pull methods.
-
Method Summary
Methods inherited from interface com.google.cloud.spring.pubsub.core.publisher.PubSubPublisherOperations
publish, publish, publish
Methods inherited from interface com.google.cloud.spring.pubsub.core.subscriber.PubSubSubscriberOperations
ack, modifyAckDeadline, nack, pull, pullAndAck, pullAndAckAsync, pullAndConvert, pullAndConvertAsync, pullAsync, pullNext, pullNextAsync, subscribe, subscribeAndConvert