Class CustomBindingServiceConfiguration

java.lang.Object
com.totvs.tjf.messaging.binder.CustomBindingServiceConfiguration

@Configuration @ConditionalOnBean(value=org.springframework.cloud.stream.binder.BinderTypeRegistry.class, search=CURRENT) public class CustomBindingServiceConfiguration extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.springframework.cloud.stream.binding.BindingService
    bindingService(org.springframework.cloud.stream.config.BindingServiceProperties bindingServiceProperties, org.springframework.cloud.stream.binder.BinderFactory binderFactory, org.springframework.scheduling.TaskScheduler taskScheduler, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
     

    Methods inherited from class java.lang.Object

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

    • CustomBindingServiceConfiguration

      public CustomBindingServiceConfiguration()
  • Method Details

    • bindingService

      @Bean public org.springframework.cloud.stream.binding.BindingService bindingService(org.springframework.cloud.stream.config.BindingServiceProperties bindingServiceProperties, org.springframework.cloud.stream.binder.BinderFactory binderFactory, org.springframework.scheduling.TaskScheduler taskScheduler, @Nullable com.fasterxml.jackson.databind.ObjectMapper objectMapper)