Interface DeleteAllClientsInList

  • All Known Implementing Classes:
    DeleteAllClientsInListImpl

    public interface DeleteAllClientsInList
    Deletes all clients in a given list.
    • Method Detail

      • execute

        void execute​(com.google.common.util.concurrent.ListeningExecutorService executor,
                     Iterable<String> names)