Class ClientInterceptorConfig

java.lang.Object
com.oracle.microtx.springboot.lra.clientinterceptor.ClientInterceptorConfig

@Configuration public class ClientInterceptorConfig extends Object
Client Interceptor configuration
  • Constructor Details

    • ClientInterceptorConfig

      public ClientInterceptorConfig()
  • Method Details

    • restTemplate

      @Bean("MicroTxLRA") public org.springframework.web.client.RestTemplate restTemplate()
    • restTemplateOutBound

      @Bean("MicroTxLRAOutboundClient") public org.springframework.web.client.RestTemplate restTemplateOutBound()