Uses of Enum
com.google.cloud.pubsub.v1.AckResponse
Packages that use AckResponse
-
Uses of AckResponse in com.google.cloud.pubsub.v1
Methods in com.google.cloud.pubsub.v1 that return AckResponseModifier and TypeMethodDescriptionstatic AckResponseReturns 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 AckResponseModifier and TypeMethodDescriptioncom.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 AckResponseModifier and TypeMethodDescriptionAckRequestData.setResponse(AckResponse ackResponse, boolean setResponseOnSuccess) Method parameters in com.google.cloud.pubsub.v1 with type arguments of type AckResponseModifier and TypeMethodDescriptionAckRequestData.Builder.setMessageFuture(com.google.api.core.SettableApiFuture<AckResponse> messageFuture)