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 HandleException
HandleException
void finishProcessing(long sourceDate)