Uses of Interface
com.broadleafcommerce.paymentgateway.vendor.service.monitor.ServiceStatusDetectable
Packages that use ServiceStatusDetectable
Package
Description
-
Uses of ServiceStatusDetectable in com.broadleafcommerce.paymentgateway.service
Classes in com.broadleafcommerce.paymentgateway.service that implement ServiceStatusDetectableModifier 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
Fields in com.broadleafcommerce.paymentgateway.vendor.service.monitor with type parameters of type ServiceStatusDetectableModifier and TypeFieldDescriptionprotected Map<ServiceStatusDetectable,
StatusHandler> ServiceMonitor.serviceHandlers
protected Map<ServiceStatusDetectable,
ServiceStatusType> ServiceMonitor.statusMap
Methods in com.broadleafcommerce.paymentgateway.vendor.service.monitor that return types with arguments of type ServiceStatusDetectableMethods in com.broadleafcommerce.paymentgateway.vendor.service.monitor with parameters of type ServiceStatusDetectableModifier and TypeMethodDescriptionvoid
ServiceMonitor.checkService
(ServiceStatusDetectable statusDetectable) protected void
ServiceMonitor.handleStatusChange
(ServiceStatusDetectable serviceStatus, ServiceStatusType serviceStatusType) Method parameters in com.broadleafcommerce.paymentgateway.vendor.service.monitor with type arguments of type ServiceStatusDetectableModifier and TypeMethodDescriptionvoid
ServiceMonitor.setServiceHandlers
(Map<ServiceStatusDetectable, StatusHandler> serviceHandlers)