Cloud Pub/Sub v1 API - Enum SubscriberClient.ShutdownMode (3.35.0)

public enum SubscriberClient.ShutdownMode

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

Modes available for subscriber shutdown.

Namespace

Google.Cloud.PubSub.V1

Assembly

Google.Cloud.PubSub.V1.dll

Fields

Name Description
NackImmediately

Stops receiving new messages and immediately Nacks all unhandled messages, releasing them for redelivery.

WaitForProcessing

Stops receiving new messages and continues processing all received messages.