public class ExchangeAckTransaction extends PubsubAcknowledgement implements org.apache.camel.spi.Synchronization
logger
Constructor and Description |
---|
ExchangeAckTransaction(GooglePubsubEndpoint endpoint) |
Modifier and Type | Method and Description |
---|---|
void |
onComplete(org.apache.camel.Exchange exchange) |
void |
onFailure(org.apache.camel.Exchange exchange) |
public ExchangeAckTransaction(GooglePubsubEndpoint endpoint)
public void onComplete(org.apache.camel.Exchange exchange)
onComplete
in interface org.apache.camel.spi.Synchronization
public void onFailure(org.apache.camel.Exchange exchange)
onFailure
in interface org.apache.camel.spi.Synchronization
Apache Camel