Uses of Class
com.google.cloud.pubsub.v1.AckResponse
-
Packages that use AckResponse Package Description com.google.cloud.pubsub.v1 A client to Cloud Pub/Sub API -
-
Uses of AckResponse in com.google.cloud.pubsub.v1
Methods in com.google.cloud.pubsub.v1 that return AckResponse Modifier and Type Method Description static AckResponse
AckResponse. valueOf(String name)
Returns the enum constant of this type with the specified name.static AckResponse[]
AckResponse. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.pubsub.v1 that return types with arguments of type AckResponse Modifier and Type Method Description com.google.api.core.ApiFuture<AckResponse>
AckReplyConsumerWithResponse. ack()
Acknowledges that the message has been successfully processed.com.google.api.core.ApiFuture<AckResponse>
AckReplyConsumerWithResponseImpl. ack()
com.google.api.core.SettableApiFuture<AckResponse>
AckRequestData. getMessageFutureIfExists()
com.google.api.core.ApiFuture<AckResponse>
AckReplyConsumerWithResponse. nack()
Signals that the message has not been successfully processed.com.google.api.core.ApiFuture<AckResponse>
AckReplyConsumerWithResponseImpl. nack()
Methods in com.google.cloud.pubsub.v1 with parameters of type AckResponse Modifier and Type Method Description AckRequestData
AckRequestData. setResponse(AckResponse ackResponse, boolean setResponseOnSuccess)
Method parameters in com.google.cloud.pubsub.v1 with type arguments of type AckResponse Modifier and Type Method Description AckRequestData.Builder
AckRequestData.Builder. setMessageFuture(com.google.api.core.SettableApiFuture<AckResponse> messageFuture)
-