Uses of Class
org.springframework.cloud.stream.binder.HeaderMode
-
Packages that use HeaderMode Package Description org.springframework.cloud.stream.binder -
-
Uses of HeaderMode in org.springframework.cloud.stream.binder
Methods in org.springframework.cloud.stream.binder that return HeaderMode Modifier and Type Method Description HeaderModeConsumerProperties. getHeaderMode()HeaderModeProducerProperties. getHeaderMode()static HeaderModeHeaderMode. 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.Methods in org.springframework.cloud.stream.binder with parameters of type HeaderMode Modifier and Type Method Description voidConsumerProperties. setHeaderMode(HeaderMode headerMode)voidProducerProperties. setHeaderMode(HeaderMode headerMode)
-