diff --git a/index.html b/index.html index b690052f2..115b84444 100644 --- a/index.html +++ b/index.html @@ -69,7 +69,7 @@ public class StreamdemoApplication { @Bean @InboundChannelAdapter(value = Source.OUTPUT) - private MessageSource timerMessageSource() { + public MessageSource timerMessageSource() { return () -> new GenericMessage<>(new SimpleDateFormat().format(new Date())); }