Uses of Class
org.springframework.cloud.stream.binder.BinderException
Packages that use BinderException
-
Uses of BinderException in org.springframework.cloud.stream.binder
Methods in org.springframework.cloud.stream.binder that throw BinderExceptionModifier and TypeMethodDescriptionfinal Binding<org.springframework.messaging.MessageChannel>AbstractMessageChannelBinder.doBindConsumer(String name, String group, org.springframework.messaging.MessageChannel inputChannel, C properties) Binds an inbound channel to a given destination.final Binding<org.springframework.messaging.MessageChannel>AbstractMessageChannelBinder.doBindProducer(String destination, org.springframework.messaging.MessageChannel outputChannel, P producerProperties) Binds an outbound channel to a given destination.