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
Modifier and TypeMethodDescriptionvoidcustomize(Endpoint<E> endpoint, MultiEndpointPool.EndpointPoolBuilder<E> builder)
-
Method Details
-
customize
-