org.swisspush.gateleen.hook.queueingstrategy.DiscardPayloadQueueingStrategy Maven / Gradle / Ivy
The newest version!
package org.swisspush.gateleen.hook.queueingstrategy;
/**
* {@link QueueingStrategy} implementation 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]
*/
public class DiscardPayloadQueueingStrategy extends QueueingStrategy {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy