Interface ReconnectStrategyFactory
-
- All Known Implementing Classes:
TimedReconnectStrategyFactory
@Deprecated public interface ReconnectStrategyFactory
Deprecated.Factory interface for creating new ReconnectStrategy instances. This is primarily useful for allowing injection of a specific type of strategy for on-demand use, pretty much like you would use a ThreadFactory.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description ReconnectStrategycreateReconnectStrategy()Deprecated.Create a new ReconnectStrategy.
-
-
-
Method Detail
-
createReconnectStrategy
ReconnectStrategy createReconnectStrategy()
Deprecated.Create a new ReconnectStrategy.- Returns:
- a new reconnecty strategy
-
-