Uses of Interface
com.broadleafcommerce.paymentgateway.vendor.service.monitor.ServiceStatusDetectable
Package
Description
-
Uses of ServiceStatusDetectable in com.broadleafcommerce.paymentgateway.service
Modifier and TypeClassDescriptionclass
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. -
Uses of ServiceStatusDetectable in com.broadleafcommerce.paymentgateway.vendor.service.monitor
Modifier and TypeFieldDescriptionprotected Map<ServiceStatusDetectable,
StatusHandler> ServiceMonitor.serviceHandlers
protected Map<ServiceStatusDetectable,
ServiceStatusType> ServiceMonitor.statusMap
Modifier and TypeMethodDescriptionvoid
ServiceMonitor.checkService
(ServiceStatusDetectable statusDetectable) protected void
ServiceMonitor.handleStatusChange
(ServiceStatusDetectable serviceStatus, ServiceStatusType serviceStatusType) Modifier and TypeMethodDescriptionvoid
ServiceMonitor.setServiceHandlers
(Map<ServiceStatusDetectable, StatusHandler> serviceHandlers)