Package com.avoka.fc.core.service
Interface ITransactionHistoryPublisherService
-
- All Known Implementing Classes:
TransactionHistoryPublisherImpl
public interface ITransactionHistoryPublisherService
Provides a Transaction History Publisher service interface which is used to publish transaction history data to customer's data warehouse.- Since:
- 4.0.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
publishTransactionHistory()
Perform bulk transaction history publishing.
-