public class BinderType extends Object
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.| Constructor and Description |
|---|
BinderType(String defaultName,
Class<?>[] configurationClasses) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Class<?>[] |
getConfigurationClasses() |
String |
getDefaultName() |
int |
hashCode() |
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.