Uses of Class
org.springframework.cloud.stream.binder.BinderException
-
Packages that use BinderException Package Description org.springframework.cloud.stream.binder -
-
Uses of BinderException in org.springframework.cloud.stream.binder
Methods in org.springframework.cloud.stream.binder that throw BinderException Modifier and Type Method Description 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.Binding<org.springframework.messaging.MessageChannel>AbstractMessageChannelBinder. doBindProducer(String destination, org.springframework.messaging.MessageChannel outputChannel, P producerProperties)Binds an outbound channel to a given destination.
-