Interface GooglePubsubAcknowledge

All Known Implementing Classes:
AcknowledgeAsync, AcknowledgeSync

public interface GooglePubsubAcknowledge
Can be used for acknowledging or negative-acknowledging a PubSub message when using the consumer.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    ack(org.apache.camel.Exchange exchange)
    Acknowledges message using the corresponding GooglePubsubConstants.ACK_ID
    void
    nack(org.apache.camel.Exchange exchange)
    Negative-acknowledges message using the corresponding GooglePubsubConstants.ACK_ID