com.netflix.loadbalancer
Interface LoadBalancerCommand<T>


public interface LoadBalancerCommand<T>

An interface that provides API to be used by LoadBalancerExecutor to execute a task on a server.


Method Summary
 T run(Server server)
           
 

Method Detail

run

T run(Server server)
      throws java.lang.Exception
Throws:
java.lang.Exception