Uses of Class
org.swisspush.gateleen.hook.queueingstrategy.QueueingStrategy
-
Packages that use QueueingStrategy Package Description org.swisspush.gateleen.hook org.swisspush.gateleen.hook.queueingstrategy -
-
Uses of QueueingStrategy in org.swisspush.gateleen.hook
Methods in org.swisspush.gateleen.hook that return QueueingStrategy Modifier and Type Method Description QueueingStrategyHttpHook. getQueueingStrategy()Returns the queueing strategy for the hookMethods in org.swisspush.gateleen.hook with parameters of type QueueingStrategy Modifier and Type Method Description voidHttpHook. setQueueingStrategy(QueueingStrategy queueingStrategy)Sets the queueing strategy for the hook -
Uses of QueueingStrategy in org.swisspush.gateleen.hook.queueingstrategy
Subclasses of QueueingStrategy in org.swisspush.gateleen.hook.queueingstrategy Modifier and Type Class Description classDefaultQueueingStrategyQueueingStrategyimplementation used when no explicit (or an invalid) 'queueingStrategy' is configured in the hook configurationclassDiscardPayloadQueueingStrategyQueueingStrategyimplementation used when the payload of queued requests should be discarded.classReducedPropagationQueueingStrategyQueueingStrategyimplementation used when the propagation of changes to the hooked resource should be reduced.Methods in org.swisspush.gateleen.hook.queueingstrategy that return QueueingStrategy Modifier and Type Method Description static QueueingStrategyQueueingStrategyFactory. buildQueueStrategy(io.vertx.core.json.JsonObject hookConfiguration)Returns aQueueingStrategybased on the provided hookConfiguration.
-