Package | Description |
---|---|
org.springframework.cloud.stream.binder | |
org.springframework.cloud.stream.config |
Modifier and Type | Class and Description |
---|---|
class |
ConsumerProperties
Common consumer properties.
|
class |
ExtendedConsumerProperties<T>
Extension of
ConsumerProperties to be used with an
ExtendedPropertiesBinder . |
class |
ExtendedProducerProperties<T> |
class |
ProducerProperties
Common producer properties.
|
Modifier and Type | Class and Description |
---|---|
class |
BindingProperties
Contains the properties of a binding.
|
Modifier and Type | Method and Description |
---|---|
default void |
MergableProperties.merge(MergableProperties mergable)
A variation of
BeanUtils.copyProperties(Object, Object) specifically designed to copy properties using the following rule:
- If source property is null then override with the same from mergable. |
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.