public interface LoanBrokerService
LoanBroker is the Service that starts the loan request process. The
broker also receives the final quote.| Modifier and Type | Method and Description |
|---|---|
Object |
getLoanQuote(CustomerQuoteRequest request)
Triggered by an incoming customer request for a loan.
|
Object |
receiveQuote(LoanQuote quote)
Triggered by an incoming offer from a bank.
|
Object getLoanQuote(CustomerQuoteRequest request) throws LoanBrokerException
LoanBrokerExceptionCopyright © 2003–2014 MuleSoft, Inc.. All rights reserved.