Package | Description |
---|---|
com.broadleafcommerce.paymentgateway.service | |
com.broadleafcommerce.paymentgateway.vendor.service.monitor |
Modifier and Type | Class and Description |
---|---|
class |
AbstractExternalPaymentGatewayCall<T,R>
All payment gateway classes that intend to make an external call, either manually from an HTTP
Post or through an SDK which makes its own external call, should extend this class.
|
Modifier and Type | Field and Description |
---|---|
protected Map<ServiceStatusDetectable,StatusHandler> |
ServiceMonitor.serviceHandlers |
protected Map<ServiceStatusDetectable,ServiceStatusType> |
ServiceMonitor.statusMap |
Modifier and Type | Method and Description |
---|---|
Map<ServiceStatusDetectable,StatusHandler> |
ServiceMonitor.getServiceHandlers() |
Modifier and Type | Method and Description |
---|---|
void |
ServiceMonitor.checkService(ServiceStatusDetectable statusDetectable) |
protected void |
ServiceMonitor.handleStatusChange(ServiceStatusDetectable serviceStatus,
ServiceStatusType serviceStatusType) |
Modifier and Type | Method and Description |
---|---|
void |
ServiceMonitor.setServiceHandlers(Map<ServiceStatusDetectable,StatusHandler> serviceHandlers) |
Copyright © 2021. All rights reserved.