public class QueueingStrategyFactory extends Object
QueueingStrategy instances from hook configurations.| Modifier and Type | Method and Description |
|---|---|
static QueueingStrategy |
buildQueueStrategy(io.vertx.core.json.JsonObject hookConfiguration)
Returns a
QueueingStrategy based on the provided hookConfiguration. |
public static QueueingStrategy buildQueueStrategy(io.vertx.core.json.JsonObject hookConfiguration)
QueueingStrategy based on the provided hookConfiguration. When null is provided
or the hookConfiguration contains invalid configuration relating the 'queueingStrategy', a DefaultQueueingStrategy
instance will be returned.hookConfiguration - the hook configuration containing the 'queueingStrategy' configuration valuesQueueingStrategy based on the provided hookConfigurationCopyright © 2016–2020. All rights reserved.