Package com.totvs.tjf.messaging.binder
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 -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.cloud.stream.binding.BindingServicebindingService(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)
-
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)
-