Class VaultReactiveAutoConfiguration.ClientHttpConnectorWrapper

java.lang.Object
org.springframework.cloud.vault.config.VaultReactiveAutoConfiguration.ClientHttpConnectorWrapper
All Implemented Interfaces:
org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.InitializingBean
Enclosing class:
VaultReactiveAutoConfiguration

public static class VaultReactiveAutoConfiguration.ClientHttpConnectorWrapper extends Object implements org.springframework.beans.factory.InitializingBean, org.springframework.beans.factory.DisposableBean
Wrapper for ClientHttpConnector to not expose the bean globally.
Since:
3.0.2
Author:
Mark Paluch
  • Constructor Details

    • ClientHttpConnectorWrapper

      public ClientHttpConnectorWrapper(org.springframework.http.client.reactive.ClientHttpConnector connector)
  • Method Details

    • destroy

      public void destroy() throws Exception
      Specified by:
      destroy in interface org.springframework.beans.factory.DisposableBean
      Throws:
      Exception
    • afterPropertiesSet

      public void afterPropertiesSet() throws Exception
      Specified by:
      afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
      Throws:
      Exception
    • getConnector

      public org.springframework.http.client.reactive.ClientHttpConnector getConnector()