Package | Description |
---|---|
org.springframework.cloud.stream.binder |
Modifier and Type | Method and Description |
---|---|
HeaderMode |
ProducerProperties.getHeaderMode() |
HeaderMode |
ConsumerProperties.getHeaderMode() |
static HeaderMode |
HeaderMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HeaderMode[] |
HeaderMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ProducerProperties.setHeaderMode(HeaderMode headerMode) |
void |
ConsumerProperties.setHeaderMode(HeaderMode headerMode) |
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.