Uses of Class
ch.admin.bit.jeap.errorhandling.domain.audit.AuditLogService
Packages that use AuditLogService
Package
Description
-
Uses of AuditLogService in ch.admin.bit.jeap.errorhandling.domain.error
Constructors in ch.admin.bit.jeap.errorhandling.domain.error with parameters of type AuditLogServiceModifierConstructorDescriptionErrorService(ErrorRepository errorRepository, ScheduledResendService scheduledResendService, KafkaFailedEventResender failedEventResender, TaskManagementClient taskManagementClient, TaskFactory taskFactory, ResendingStrategy resendingStrategy, ErrorFactory errorFactory, ErrorHandlingMetricsService errorHandlingMetricsService, AuditLogService auditLogService, ErrorGroupService errorGroupService) -
Uses of AuditLogService in ch.admin.bit.jeap.errorhandling.web.api
Constructors in ch.admin.bit.jeap.errorhandling.web.api with parameters of type AuditLogServiceModifierConstructorDescriptionErrorController(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)