public class WebClientReactiveRestClientFactory extends Object implements ReactiveRestClientFactory
ReactiveRestClientFactory to provide SpringReactiveRestClient instances.DEFAULT_PRIORITY| Constructor and Description |
|---|
WebClientReactiveRestClientFactory() |
| Modifier and Type | Method and Description |
|---|---|
ReactiveRestClient |
create(ClassLoader classLoader)
Create a new
ReactiveRestClient instance. |
Class<?> |
getRestClientImplementationClass()
Get the
ReactiveRestClient implementation class returned by this factory. |
public Class<?> getRestClientImplementationClass()
ReactiveRestClientFactoryReactiveRestClient implementation class returned by this factory.getRestClientImplementationClass in interface ReactiveRestClientFactoryReactiveRestClient implementation classpublic ReactiveRestClient create(ClassLoader classLoader) throws com.holonplatform.http.exceptions.RestClientCreationException
ReactiveRestClientFactoryReactiveRestClient instance.create in interface ReactiveRestClientFactoryclassLoader - The ClassLoader for which the instance creation is requestedReactiveRestClient instancecom.holonplatform.http.exceptions.RestClientCreationException - If an error occurredCopyright © 2019 The Holon Platform. All rights reserved.