Interface ClientsProvider

All Known Implementing Classes:
ExclusiveClientsProvider, SharedClientsProvider

public interface ClientsProvider
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    close(int timeout)
     
    List<? extends ExchangeClient>
     
  • Method Details