Class BinderType
java.lang.Object
org.springframework.cloud.stream.binder.BinderType
References one or more
Configuration-annotated classes which
provide a context definition which contains exactly one Binder, typically for a
given type of system (e.g. Rabbit, Kafka, Redis, etc.). An application may contain
multiple instances of a given BinderType, when connecting to multiple systems
of the same type.- Author:
- Marius Bogoevici