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 TypeClassDescriptionclassAll 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.serviceHandlersprotected Map<ServiceStatusDetectable,ServiceStatusType> ServiceMonitor.statusMapMethods 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 TypeMethodDescriptionvoidServiceMonitor.checkService(ServiceStatusDetectable statusDetectable) protected voidServiceMonitor.handleStatusChange(ServiceStatusDetectable serviceStatus, ServiceStatusType serviceStatusType) Method parameters in com.broadleafcommerce.paymentgateway.vendor.service.monitor with type arguments of type ServiceStatusDetectableModifier and TypeMethodDescriptionvoidServiceMonitor.setServiceHandlers(Map<ServiceStatusDetectable, StatusHandler> serviceHandlers)