Uses of Class
org.qubership.integration.platform.engine.service.IdempotencyRecordService
Packages that use IdempotencyRecordService
Package
Description
-
Uses of IdempotencyRecordService in org.qubership.integration.platform.engine.camel.idempotency
Constructors in org.qubership.integration.platform.engine.camel.idempotency with parameters of type IdempotencyRecordServiceModifierConstructorDescriptionPostgresIdempotentRepository(IdempotencyRecordService idempotencyRecordService) -
Uses of IdempotencyRecordService in org.qubership.integration.platform.engine.service
Constructors in org.qubership.integration.platform.engine.service with parameters of type IdempotencyRecordServiceModifierConstructorDescriptionCheckpointSessionService(SessionInfoRepository sessionInfoRepository, CheckpointRepository checkpointRepository, org.springframework.web.reactive.function.client.WebClient localhostWebclient, com.fasterxml.jackson.databind.ObjectMapper jsonMapper, IdempotencyRecordService idempotencyRecordService)