DEV Community

Mahi Praneeth Rayi
Mahi Praneeth Rayi

Posted on

How to write multiple input bindings of same function definition name?

I want to use the same consumer function definition for multiple bindings with different index In the below yml, it is only working with testConsumer-in-0 it is not listening to the destination of testConsumer-in-1 binding. all binder binder related configurations are correct.

public Consumer<Message<String>> fdraConsumer() {
        return incomingMessage

Top comments (0)