| Package | Description |
|---|---|
| org.swisspush.gateleen.hook | |
| org.swisspush.gateleen.hook.queueingstrategy |
| Modifier and Type | Method and Description |
|---|---|
QueueingStrategy |
HttpHook.getQueueingStrategy()
Returns the queueing strategy for the hook
|
| Modifier and Type | Method and Description |
|---|---|
void |
HttpHook.setQueueingStrategy(QueueingStrategy queueingStrategy)
Sets the queueing strategy for the hook
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultQueueingStrategy
QueueingStrategy implementation used when no explicit (or an invalid) 'queueingStrategy' is configured in the
hook configuration |
class |
DiscardPayloadQueueingStrategy
QueueingStrategy implementation used when the payload of queued requests should be discarded. |
class |
ReducedPropagationQueueingStrategy
QueueingStrategy implementation used when the propagation of changes to the hooked resource should be reduced. |
| Modifier and Type | Method and Description |
|---|---|
static QueueingStrategy |
QueueingStrategyFactory.buildQueueStrategy(io.vertx.core.json.JsonObject hookConfiguration)
Returns a
QueueingStrategy based on the provided hookConfiguration. |
Copyright © 2016–2020. All rights reserved.