@SpringBootApplication public static class StreamTest.MyProcessor extends Object
| Constructor and Description |
|---|
MyProcessor() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.messaging.converter.MessageConverter |
customMessageConverter()
Creates a custom message converter.
|
Function<String,String> |
transform()
Transforms the received input.
|
@Bean public Function<String,String> transform()
@Bean public org.springframework.messaging.converter.MessageConverter customMessageConverter()
Copyright © 2022. All rights reserved.