public interface TransactionCallback
| Modifier and Type | Method and Description |
|---|---|
void |
finishProcessing() |
void |
finishProcessing(long sourceDate)
Finish processing this request.
|
void |
processTransaction(java.lang.String queueName,
Transaction txn) |
void |
processTransaction(Transaction txn)
Process the given transaction which was received via the stream
in the RetrieveTxnResponse message.
|
void |
setQueueLastTimestamp(java.lang.String queueName,
long sourceDate) |
void processTransaction(Transaction txn) throws HandleException
HandleExceptionvoid finishProcessing(long sourceDate)
void finishProcessing()
void setQueueLastTimestamp(java.lang.String queueName,
long sourceDate)
void processTransaction(java.lang.String queueName,
Transaction txn)
throws HandleException
HandleException