Uses of Interface
org.swisspush.gateleen.hook.reducedpropagation.ReducedPropagationStorage
-
Packages that use ReducedPropagationStorage Package Description org.swisspush.gateleen.hook.reducedpropagation org.swisspush.gateleen.hook.reducedpropagation.impl -
-
Uses of ReducedPropagationStorage in org.swisspush.gateleen.hook.reducedpropagation
Constructors in org.swisspush.gateleen.hook.reducedpropagation with parameters of type ReducedPropagationStorage Constructor Description ReducedPropagationManager(io.vertx.core.Vertx vertx, ReducedPropagationStorage storage, RequestQueue requestQueue, org.swisspush.gateleen.core.lock.Lock lock, org.swisspush.gateleen.core.exception.GateleenExceptionFactory exceptionFactory) -
Uses of ReducedPropagationStorage in org.swisspush.gateleen.hook.reducedpropagation.impl
Classes in org.swisspush.gateleen.hook.reducedpropagation.impl that implement ReducedPropagationStorage Modifier and Type Class Description classRedisReducedPropagationStorageRedis based implementation of theReducedPropagationStorageinterface.
-