Package org.jclouds.chef.strategy
Interface ListClients
-
- All Known Implementing Classes:
ListClientsImpl
public interface ListClients
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Iterable<? extends Client>
execute()
Iterable<? extends Client>
execute(ExecutorService executor)
-
-
-
Method Detail
-
execute
Iterable<? extends Client> execute(ExecutorService executor)
-
-