Uses of Interface
com.google.cloud.spring.pubsub.integration.outbound.PubSubMessageHandler.FailureCallback
Package
Description
Google Cloud Pub/Sub outbound integration classes for Spring Integration.
-
Uses of PubSubMessageHandler.FailureCallback in com.google.cloud.spring.pubsub.integration.outbound
Modifier and TypeMethodDescriptionvoid
PubSubMessageHandler.setFailureCallback
(PubSubMessageHandler.FailureCallback failureCallback) Set callback (can be a lambda) for processing the root cause exception and the originalMessage
in case of failure.