Class PaymentProcessorHandler<P extends ProcessPayments>

java.lang.Object
com.broadleafcommerce.billing.job.module.PaymentProcessorHandler<P>

public class PaymentProcessorHandler<P extends ProcessPayments> extends Object
Handles the incoming request by delegating payment processing to PaymentProcessingService, sending requests for a single gateway at a time.

Additionally, holds capability to resolve transactions that did not receive a response.