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