Class BinderType

java.lang.Object
org.springframework.cloud.stream.binder.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 Details

    • BinderType

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

    • getDefaultName

      public String getDefaultName()
    • getConfigurationClasses

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

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object