public static class VaultReactiveAutoConfiguration.ClientHttpConnectorWrapper extends Object implements org.springframework.beans.factory.InitializingBean, org.springframework.beans.factory.DisposableBean
ClientHttpConnector to not expose the bean globally.| Constructor and Description |
|---|
ClientHttpConnectorWrapper(org.springframework.http.client.reactive.ClientHttpConnector connector) |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
void |
destroy() |
org.springframework.http.client.reactive.ClientHttpConnector |
getConnector() |
public ClientHttpConnectorWrapper(org.springframework.http.client.reactive.ClientHttpConnector connector)
public void destroy()
throws Exception
destroy in interface org.springframework.beans.factory.DisposableBeanExceptionpublic void afterPropertiesSet()
throws Exception
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanExceptionpublic org.springframework.http.client.reactive.ClientHttpConnector getConnector()
Copyright © 2022 Pivotal Software, Inc.. All rights reserved.