public interface NackHandler
If the returned future is successful, the message is acknowledged. If the future fails, the subscriber client will be failed. The default behavior is to immediately fail the client.
| Modifier and Type | Method and Description |
|---|---|
default com.google.api.core.ApiFuture<Void> |
nack(com.google.pubsub.v1.PubsubMessage message) |
default com.google.api.core.ApiFuture<Void> nack(com.google.pubsub.v1.PubsubMessage message)
Copyright © 2023 Google LLC. All rights reserved.