Uses of Class
com.broadleafcommerce.sandbox.messaging.completion.error.DeploymentWorkflowRequestErrorHandler
Packages that use DeploymentWorkflowRequestErrorHandler
Package
Description
- 
Uses of DeploymentWorkflowRequestErrorHandler in com.broadleafcommerce.sandbox.messaging.autoconfigure
Methods in com.broadleafcommerce.sandbox.messaging.autoconfigure that return DeploymentWorkflowRequestErrorHandlerModifier and TypeMethodDescriptionSandboxMessagingAutoConfiguration.deploymentWorkflowRequestErrorHandler(ChangeSummaryService<ChangeSummary> changeSummaryService, ChangeSummaryGroupService<ChangeSummaryGroup> changeSummaryGroupService, ChangeDeployService<ChangeDeploy> changeDeployService) Methods in com.broadleafcommerce.sandbox.messaging.autoconfigure with parameters of type DeploymentWorkflowRequestErrorHandlerModifier and TypeMethodDescriptionSandboxMessagingAutoConfiguration.deploymentTransitionRequestCompletionHandler(ChangeSummaryService<ChangeSummary> changeSummaryService, ChangeSummaryGroupService<ChangeSummaryGroup> changeSummaryGroupService, ChangeDeployService<ChangeDeploy> changeDeployService, DeploymentWorkflowRequestErrorHandler errorHandler, IndexNotificationService indexNotificationService)  - 
Uses of DeploymentWorkflowRequestErrorHandler in com.broadleafcommerce.sandbox.messaging.completion
Methods in com.broadleafcommerce.sandbox.messaging.completion that return DeploymentWorkflowRequestErrorHandlerModifier and TypeMethodDescriptionprotected DeploymentWorkflowRequestErrorHandlerDeploymentWorkflowRequestCompletionHandler.getErrorHandler()Constructors in com.broadleafcommerce.sandbox.messaging.completion with parameters of type DeploymentWorkflowRequestErrorHandlerModifierConstructorDescriptionDeploymentWorkflowRequestCompletionHandler(ChangeSummaryService<ChangeSummary> summaryService, ChangeSummaryGroupService<ChangeSummaryGroup> groupService, ChangeDeployService<ChangeDeploy> changeDeployService, DeploymentWorkflowRequestErrorHandler errorHandler, IndexNotificationService indexNotificationService)