public interface BasicAcknowledgeablePubsubMessage
PubsubMessage
wrapper that allows it to be acknowledged.Modifier and Type | Method and Description |
---|---|
org.springframework.util.concurrent.ListenableFuture<Void> |
ack()
Acknowledge (ack) the message asynchronously.
|
com.google.pubsub.v1.ProjectSubscriptionName |
getProjectSubscriptionName()
Accessor for the project subscription name of the Pub/Sub message.
|
com.google.pubsub.v1.PubsubMessage |
getPubsubMessage()
Accessor for the wrapped
PubsubMessage . |
org.springframework.util.concurrent.ListenableFuture<Void> |
nack()
Negatatively achnowledge (nack) the message asynchronously.
|
com.google.pubsub.v1.ProjectSubscriptionName getProjectSubscriptionName()
com.google.pubsub.v1.PubsubMessage getPubsubMessage()
PubsubMessage
.org.springframework.util.concurrent.ListenableFuture<Void> ack()
ListenableFuture<Void>
}org.springframework.util.concurrent.ListenableFuture<Void> nack()
ListenableFuture<Void>
}Copyright © 2021. All rights reserved.