Interface MultiAddressHttpClientFilterFactory<U>

  • Type Parameters:
    U - the type of address before resolution (unresolved address).
    Functional Interface:
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

    @FunctionalInterface
    public interface MultiAddressHttpClientFilterFactory<U>
    A factory for StreamingHttpClientFilter to filter clients for different unresolved addresses.
    See Also:
    StreamingHttpClientFilterFactory