Uses of Interface
com.broadleafcommerce.paymentgateway.vendor.service.monitor.StatusHandler
-
Packages that use StatusHandler Package Description com.broadleafcommerce.paymentgateway.vendor.service.monitor com.broadleafcommerce.paymentgateway.vendor.service.monitor.handler -
-
Uses of StatusHandler in com.broadleafcommerce.paymentgateway.vendor.service.monitor
Fields in com.broadleafcommerce.paymentgateway.vendor.service.monitor declared as StatusHandler Modifier and Type Field Description protected StatusHandler
ServiceMonitor. defaultHandler
Fields in com.broadleafcommerce.paymentgateway.vendor.service.monitor with type parameters of type StatusHandler Modifier and Type Field Description protected Map<ServiceStatusDetectable,StatusHandler>
ServiceMonitor. serviceHandlers
Methods in com.broadleafcommerce.paymentgateway.vendor.service.monitor that return StatusHandler Modifier and Type Method Description StatusHandler
ServiceMonitor. getDefaultHandler()
Methods in com.broadleafcommerce.paymentgateway.vendor.service.monitor that return types with arguments of type StatusHandler Modifier and Type Method Description Map<ServiceStatusDetectable,StatusHandler>
ServiceMonitor. getServiceHandlers()
Methods in com.broadleafcommerce.paymentgateway.vendor.service.monitor with parameters of type StatusHandler Modifier and Type Method Description void
ServiceMonitor. setDefaultHandler(StatusHandler defaultHandler)
Method parameters in com.broadleafcommerce.paymentgateway.vendor.service.monitor with type arguments of type StatusHandler Modifier and Type Method Description void
ServiceMonitor. setServiceHandlers(Map<ServiceStatusDetectable,StatusHandler> serviceHandlers)
-
Uses of StatusHandler in com.broadleafcommerce.paymentgateway.vendor.service.monitor.handler
Classes in com.broadleafcommerce.paymentgateway.vendor.service.monitor.handler that implement StatusHandler Modifier and Type Class Description class
CompositeStatusHandler
class
LogStatusHandler
Constructor parameters in com.broadleafcommerce.paymentgateway.vendor.service.monitor.handler with type arguments of type StatusHandler Constructor Description CompositeStatusHandler(@NonNull List<StatusHandler> handlers)
-