Class DiscardPayloadQueueingStrategy
- java.lang.Object
-
- org.swisspush.gateleen.hook.queueingstrategy.QueueingStrategy
-
- org.swisspush.gateleen.hook.queueingstrategy.DiscardPayloadQueueingStrategy
-
public class DiscardPayloadQueueingStrategy extends QueueingStrategy
QueueingStrategyimplementation used when the payload of queued requests should be discarded.This strategy is used when the hook configuration contains the following properties:
"queueingStrategy": { "type": "discardPayload" }- Author:
- https://github.com/mcweba [Marc-Andre Weber]