Uses of Class
org.swisspush.gateleen.qos.QoSSentinel
-
-
Uses of QoSSentinel in org.swisspush.gateleen.qos
Methods in org.swisspush.gateleen.qos that return QoSSentinel Modifier and Type Method Description QoSSentinelQoSHandler. getOldSentinel(String sentinelName)We try to retrive the old sentinel (if available).Methods in org.swisspush.gateleen.qos that return types with arguments of type QoSSentinel Modifier and Type Method Description protected List<QoSSentinel>QoSHandler. createQoSSentinels(io.vertx.core.json.JsonObject qosSettings)Creates the QoS sentinel objects from the given JsonObject and returns them in a list.protected List<QoSSentinel>QoSHandler. getQosSentinels()Gets a list of all sentinels.Method parameters in org.swisspush.gateleen.qos with type arguments of type QoSSentinel Modifier and Type Method Description protected voidQoSHandler. setQosSentinels(List<QoSSentinel> qosSentinels)Sets a list of all sentinels.
-