Class CodaWebClientBuilder
java.lang.Object
gov.llnl.gnem.apps.coda.common.gui.data.client.CodaWebClientBuilder
@Service
@Scope(scopeName="singleton")
@Configuration
public class CodaWebClientBuilder
extends Object
-
Constructor Summary
ConstructorDescriptionCodaWebClientBuilder
(com.google.common.eventbus.EventBus bus, org.springframework.context.ApplicationContext appContext, WebclientConfig config, org.springframework.messaging.simp.stomp.StompSessionHandlerAdapter frameHandler, org.springframework.web.reactive.function.client.ExchangeStrategies strategies) -
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
org.springframework.web.reactive.function.client.WebClient
-
Constructor Details
-
CodaWebClientBuilder
public CodaWebClientBuilder(com.google.common.eventbus.EventBus bus, org.springframework.context.ApplicationContext appContext, WebclientConfig config, org.springframework.messaging.simp.stomp.StompSessionHandlerAdapter frameHandler, @Nullable org.springframework.web.reactive.function.client.ExchangeStrategies strategies)
-
-
Method Details
-
close
@PreDestroy public void close() -
getWebClient
@Bean @Scope("prototype") public org.springframework.web.reactive.function.client.WebClient getWebClient() -
getHostnameVerifier
-
getSSLContext
-