public final class KafkaUtils
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static boolean |
returnTypeMessageOrCollectionOf(java.lang.reflect.Method method)
Return true if the method return type is
Message or
Collection<Message<?>> . |