Class DecoratingClientFactory

java.lang.Object
com.linecorp.armeria.common.util.AbstractUnwrappable<ClientFactory>
com.linecorp.armeria.client.DecoratingClientFactory
All Implemented Interfaces:
ClientFactory, AsyncCloseable, ListenableAsyncCloseable, Unwrappable, AutoCloseable

public class DecoratingClientFactory extends AbstractUnwrappable<ClientFactory> implements ClientFactory
A ClientFactory that delegates the creation of Clients to another ClientFactory.