Class BinderType


  • public class BinderType
    extends Object
    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
    • Constructor Detail

      • BinderType

        public BinderType​(String defaultName,
                          Class<?>[] configurationClasses)
    • Method Detail

      • getDefaultName

        public String getDefaultName()
      • getConfigurationClasses

        public Class<?>[] getConfigurationClasses()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object