Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
When a method defining `@AsyncGenericOperationBinding` has more than 1 argument and misses the `@Payload` annotation, the provided exception message was confusing. Instead of `Multi-parameter KafkaListener methods must have one parameter annotated with @payload but none was found` we now provide a more generic `Multi-parameter AsyncListener methods must have one parameter annotated with @payload but none was found`
- Loading branch information