Interface MultiEndpointPool.EndpointPoolCustomizer<E>
-
- Type Parameters:
E- the address type, for example for TCP transport it'sSocketAddress
- Enclosing class:
- MultiEndpointPool<E>
public static interface MultiEndpointPool.EndpointPoolCustomizer<E>The customizer, which could be used to modify an endpoint pool setting before it will be created.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcustomize(Endpoint<E> endpoint, MultiEndpointPool.EndpointPoolBuilder<E> builder)
-
-
-
Method Detail
-
customize
void customize(Endpoint<E> endpoint, MultiEndpointPool.EndpointPoolBuilder<E> builder)
-
-