Package com.google.cloud.pubsub.v1
Interface AckReplyConsumer
-
- All Known Implementing Classes:
AckReplyConsumerImpl
public interface AckReplyConsumerAccepts a reply, sending it to the service.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidack()Acknowledges that the message has been successfully processed.voidnack()Signals that the message has not been successfully processed.
-