Interface LoadBalancerRequest<T>

  • Type Parameters:
    T - type of the response
    All Known Subinterfaces:
    HttpRequestLoadBalancerRequest<T>
    All Known Implementing Classes:
    LoadBalancerRequestAdapter

    public interface LoadBalancerRequest<T>
    Simple interface used by LoadBalancerClient to apply metrics or pre and post actions around load balancer requests.
    Author:
    Spencer Gibb