Uses of Class
ch.admin.bit.jeap.errorhandling.infrastructure.manualtask.TaskManagementClient
Packages that use TaskManagementClient
Package
Description
-
Uses of TaskManagementClient in ch.admin.bit.jeap.errorhandling.domain.error
Constructors in ch.admin.bit.jeap.errorhandling.domain.error with parameters of type TaskManagementClientModifierConstructorDescriptionErrorService(ErrorRepository errorRepository, ScheduledResendService scheduledResendService, KafkaFailedEventResender failedEventResender, TaskManagementClient taskManagementClient, TaskFactory taskFactory, ResendingStrategy resendingStrategy, ErrorFactory errorFactory, ErrorHandlingMetricsService errorHandlingMetricsService, AuditLogService auditLogService, ErrorGroupService errorGroupService) -
Uses of TaskManagementClient in ch.admin.bit.jeap.errorhandling.domain.manualtask.taskFactory
Constructors in ch.admin.bit.jeap.errorhandling.domain.manualtask.taskFactory with parameters of type TaskManagementClientModifierConstructorDescriptionDefaultTaskFactory(DefaultTaskFactoryProperties taskFactoryProperties, TaskManagementServiceProperties taskManagementServiceProperties, TaskManagementClient taskManagementClient)