* KafkaStreams Functions Detection Logic Kafka Streams functions declared in super classes are no longer detected by the binder discovery algorithms. Fixing this issue by properly scanning the methods from the super classes. Resolves https://github.com/spring-cloud/spring-cloud-stream/issues/2737 * Addressing PR review