public class RetryComponents extends Object
Constructor and Description |
---|
RetryComponents(Discovery discovery,
int maxRetries,
boolean retry500s,
ExecutorBuilder executorBuilder) |
Modifier and Type | Method and Description |
---|---|
Discovery |
getDiscovery() |
ExecutorService |
getExecutorService() |
int |
getMaxRetries() |
boolean |
isRetry500s() |
public RetryComponents(Discovery discovery, int maxRetries, boolean retry500s, ExecutorBuilder executorBuilder)
public ExecutorService getExecutorService()
public Discovery getDiscovery()
public int getMaxRetries()
public boolean isRetry500s()
Copyright © 2014–2016 Soabase. All rights reserved.