Uses of Interface
com.google.cloud.spring.pubsub.integration.outbound.PubSubMessageHandler.SuccessCallback
Package
Description
Google Cloud Pub/Sub outbound integration classes for Spring Integration.
-
Uses of PubSubMessageHandler.SuccessCallback in com.google.cloud.spring.pubsub.integration.outbound
Modifier and TypeMethodDescriptionvoid
PubSubMessageHandler.setSuccessCallback
(PubSubMessageHandler.SuccessCallback successCallback) Set callback (can be a lambda) for processing the published message ID and the originalMessage
after the message was successfully published.