Uses of Enum Class
com.google.cloud.spring.pubsub.integration.AckMode
Package
Description
Spring Integration support in Spring Cloud GCP Pub/Sub.
Inbound support classes for Spring Integration support in Spring Cloud GCP Pub/Sub.
Configuration properties of stream binder for Pub/Sub in Spring.
-
Uses of AckMode in com.google.cloud.spring.pubsub.integration
-
Uses of AckMode in com.google.cloud.spring.pubsub.integration.inbound
Modifier and TypeMethodDescriptionvoid
PubSubInboundChannelAdapter.setAckMode
(AckMode ackMode) void
PubSubMessageSource.setAckMode
(AckMode ackMode) ModifierConstructorDescriptionPubSubAcknowledgmentCallback
(AcknowledgeablePubsubMessage message, AckMode ackMode) Instantiates a callback for a given message and acknowledgement mode. -
Uses of AckMode in com.google.cloud.spring.stream.binder.pubsub.properties