Uses of Interface
fish.payara.ejb.http.client.adapter.ClientAdapter
-
Packages that use ClientAdapter Package Description fish.payara.ejb.http.client.adapter -
-
Uses of ClientAdapter in fish.payara.ejb.http.client.adapter
Classes in fish.payara.ejb.http.client.adapter that implement ClientAdapter Modifier and Type Class Description classClientAdapterCustomizerCustomizer for externalizing JNDI name matching and name transformation.classCompositeClientAdapterAdapter that allows composing multiple adapter implementations.Methods in fish.payara.ejb.http.client.adapter with parameters of type ClientAdapter Modifier and Type Method Description static ClientAdapterCustomizerClientAdapterCustomizer. customize(ClientAdapter adapterInstance)Create customizer decorating given instance.CompositeClientAdapter.BuilderCompositeClientAdapter.Builder. register(ClientAdapter... adapterInstances)Register new adapter by means of instance(s).Method parameters in fish.payara.ejb.http.client.adapter with type arguments of type ClientAdapter Modifier and Type Method Description static ClientAdapterCustomizerClientAdapterCustomizer. customize(Class<? extends ClientAdapter> adapterClass)Create customizer of given class.static ClientAdapterCustomizerClientAdapterCustomizer. customize(Supplier<ClientAdapter> adapterSupplier)Create customizer decorating given supplier.
-