Uses of Class
ch.admin.bit.jeap.errorhandling.domain.resend.scheduler.ScheduledResendService
Packages that use ScheduledResendService
Package
Description
-
Uses of ScheduledResendService in ch.admin.bit.jeap.errorhandling.domain.error
Constructors in ch.admin.bit.jeap.errorhandling.domain.error with parameters of type ScheduledResendServiceModifierConstructorDescriptionErrorService(ErrorRepository errorRepository, ScheduledResendService scheduledResendService, KafkaFailedEventResender failedEventResender, TaskManagementClient taskManagementClient, TaskFactory taskFactory, ResendingStrategy resendingStrategy, ErrorFactory errorFactory, ErrorHandlingMetricsService errorHandlingMetricsService, AuditLogService auditLogService, ErrorGroupService errorGroupService) -
Uses of ScheduledResendService in ch.admin.bit.jeap.errorhandling.web.api
Constructors in ch.admin.bit.jeap.errorhandling.web.api with parameters of type ScheduledResendServiceModifierConstructorDescriptionErrorController(ErrorService errorService, ErrorSearchService errorSearchService, ScheduledResendService scheduledResendService, AuditLogService auditLogService, DomainEventDeserializer domainEventDeserializer, ch.admin.bit.jeap.security.resource.semanticAuthentication.ServletSemanticAuthorization jeapSemanticAuthorization, ch.admin.bit.jeap.messaging.kafka.properties.KafkaProperties kafkaProperties)