Uses of Class
org.springframework.cloud.stream.binding.BindingService.LateBinding
-
Packages that use BindingService.LateBinding Package Description org.springframework.cloud.stream.binding -
-
Uses of BindingService.LateBinding in org.springframework.cloud.stream.binding
Methods in org.springframework.cloud.stream.binding with parameters of type BindingService.LateBinding Modifier and Type Method Description <T> voidBindingService. rescheduleConsumerBinding(T input, String inputName, Binder<T,ConsumerProperties,?> binder, ConsumerProperties consumerProperties, String target, BindingService.LateBinding<T> late, RuntimeException exception)<T> voidBindingService. reschedulePollableConsumerBinding(T input, String inputName, Binder<T,ConsumerProperties,?> binder, ConsumerProperties consumerProperties, String target, BindingService.LateBinding<T> late, RuntimeException exception)<T> voidBindingService. rescheduleProducerBinding(T output, String bindingTarget, Binder<T,?,ProducerProperties> binder, ProducerProperties producerProperties, BindingService.LateBinding<T> late, RuntimeException exception)
-