Uses of Class
ch.admin.bit.jeap.errorhandling.domain.error.ErrorService
Packages that use ErrorService
Package
Description
-
Uses of ErrorService in ch.admin.bit.jeap.errorhandling.domain.eventHandler
Constructors in ch.admin.bit.jeap.errorhandling.domain.eventHandler with parameters of type ErrorServiceModifierConstructorDescriptionErrorEventHandlerService(ErrorService errorService, CausingEventRepository causingEventRepository, ch.admin.bit.jeap.errorhandling.domain.eventHandler.ErrorEventMapper errorEventMapper, org.springframework.transaction.PlatformTransactionManager transactionManager) -
Uses of ErrorService in ch.admin.bit.jeap.errorhandling.web.api
Constructors in ch.admin.bit.jeap.errorhandling.web.api with parameters of type ErrorServiceModifierConstructorDescriptionErrorController(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)