Class WebClientConfig

java.lang.Object
com.easy_model.webservice.enin.WebClientConfig

@Configuration @ComponentScan(basePackageClasses=EninAPIService.class) public class WebClientConfig extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.springframework.web.reactive.function.client.WebClient
    webClientAnalysis(org.springframework.security.oauth2.client.registration.ClientRegistrationRepository clientRegistrationRepository, org.springframework.security.oauth2.client.web.OAuth2AuthorizedClientRepository authorizedClientRepository)
     
    org.springframework.web.reactive.function.client.WebClient
    webClientDataset(org.springframework.security.oauth2.client.registration.ClientRegistrationRepository clientRegistrationRepository, org.springframework.security.oauth2.client.web.OAuth2AuthorizedClientRepository authorizedClientRepository)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • WebClientConfig

      public WebClientConfig()
  • Method Details

    • webClientAnalysis

      @Bean public org.springframework.web.reactive.function.client.WebClient webClientAnalysis(org.springframework.security.oauth2.client.registration.ClientRegistrationRepository clientRegistrationRepository, org.springframework.security.oauth2.client.web.OAuth2AuthorizedClientRepository authorizedClientRepository)
    • webClientDataset

      @Bean public org.springframework.web.reactive.function.client.WebClient webClientDataset(org.springframework.security.oauth2.client.registration.ClientRegistrationRepository clientRegistrationRepository, org.springframework.security.oauth2.client.web.OAuth2AuthorizedClientRepository authorizedClientRepository)