Class AcknowledgeAsync
- java.lang.Object
-
- org.apache.camel.component.google.pubsub.consumer.AcknowledgeAsync
-
- All Implemented Interfaces:
org.apache.camel.spi.Synchronization
public class AcknowledgeAsync extends Object implements org.apache.camel.spi.Synchronization
-
-
Constructor Summary
Constructors Constructor Description AcknowledgeAsync(com.google.cloud.pubsub.v1.AckReplyConsumer ackReplyConsumer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
onComplete(org.apache.camel.Exchange exchange)
void
onFailure(org.apache.camel.Exchange exchange)
-
-
-
Method Detail
-
onComplete
public void onComplete(org.apache.camel.Exchange exchange)
- Specified by:
onComplete
in interfaceorg.apache.camel.spi.Synchronization
-
onFailure
public void onFailure(org.apache.camel.Exchange exchange)
- Specified by:
onFailure
in interfaceorg.apache.camel.spi.Synchronization
-
-