public interface BinderFactory
Modifier and Type | Method and Description |
---|---|
<T> Binder<T,? extends ConsumerProperties,? extends ProducerProperties> |
getBinder(String configurationName,
Class<? extends T> bindableType)
Returns the binder instance associated with the given configuration name.
|
<T> Binder<T,? extends ConsumerProperties,? extends ProducerProperties> getBinder(String configurationName, Class<? extends T> bindableType)
configurationName
- the name of a binder configurationCopyright © 2019 Pivotal Software, Inc.. All rights reserved.