Class DecoratingClientFactory

java.lang.Object
com.linecorp.armeria.client.DecoratingClientFactory
All Implemented Interfaces:
ClientFactory, AsyncCloseable, ListenableAsyncCloseable, AutoCloseable

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