public class EBRetryStrategyFactory extends Object
Created by dusanklinec on 21.07.16.
Constructor and Description |
---|
EBRetryStrategyFactory() |
Modifier and Type | Method and Description |
---|---|
static EBRetryStrategy |
fromJSON(org.json.JSONObject json) |
static EBRetryStrategy |
getByName(String name) |
static EBRetryStrategy |
getByName(String name,
org.json.JSONObject config) |
static org.json.JSONObject |
toJSON(EBRetryStrategy strategy,
org.json.JSONObject json) |
public static EBRetryStrategy getByName(String name)
public static EBRetryStrategy getByName(String name, org.json.JSONObject config)
public static EBRetryStrategy fromJSON(org.json.JSONObject json)
public static org.json.JSONObject toJSON(EBRetryStrategy strategy, org.json.JSONObject json)
Copyright © 2016. All rights reserved.