Cloud Pub/Sub v1 API - Enum SubscriberClient.Reply (3.12.0)

public enum SubscriberClient.Reply

Reference documentation and code samples for the Cloud Pub/Sub v1 API enum SubscriberClient.Reply.

Reply from a message handler; whether to Ack or Nack the message to the server.

Namespace

Google.Cloud.PubSub.V1

Assembly

Google.Cloud.PubSub.V1.dll

Fields

NameDescription
Ack

Message handled successfully.

Nack

Message not handled successfully.