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 Detail

      • createReconnectStrategy

        ReconnectStrategy createReconnectStrategy()
        Deprecated.
        Create a new ReconnectStrategy.
        Returns:
        a new reconnecty strategy