Uses of Class
org.qubership.integration.platform.engine.camel.idempotency.IdempotentRepositoryParameters
Packages that use IdempotentRepositoryParameters
Package
Description
-
Uses of IdempotentRepositoryParameters in org.qubership.integration.platform.engine.camel.idempotency
Constructors in org.qubership.integration.platform.engine.camel.idempotency with parameters of type IdempotentRepositoryParametersModifierConstructorDescriptionRedisIdempotentRepository(org.springframework.data.redis.core.RedisTemplate<String, String> redisTemplate, com.fasterxml.jackson.databind.ObjectMapper objectMapper, IdempotentRepositoryParameters keyParameters, BiConsumer<String, org.apache.camel.Exchange> onKeyAdd) -
Uses of IdempotentRepositoryParameters in org.qubership.integration.platform.engine.service.deployment.processing.actions.context.create
Constructor parameters in org.qubership.integration.platform.engine.service.deployment.processing.actions.context.create with type arguments of type IdempotentRepositoryParametersModifierConstructorDescriptionIdempotentConsumerDependencyBinder(Function<IdempotentRepositoryParameters, org.apache.camel.spi.IdempotentRepository> idempotentRepositoryFactory, Collection<IdempotencyKeyStrategyFactory> keyStrategyFactories)