Uses of Class
org.springframework.cloud.stream.binding.BindingService.LateBinding
Packages that use BindingService.LateBinding
-
Uses of BindingService.LateBinding in org.springframework.cloud.stream.binding
Methods in org.springframework.cloud.stream.binding with parameters of type BindingService.LateBindingModifier and TypeMethodDescription<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)