Class StreamListenerMethodUtils
- java.lang.Object
-
- org.springframework.cloud.stream.binding.StreamListenerMethodUtils
-
public final class StreamListenerMethodUtils extends Object
This class contains utility methods for handlingStreamListenerannotated bean methods.- Author:
- Ilayaperumal Gopinathan
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description protected static StringgetOutboundBindingTargetName(Method method)protected static intinputAnnotationCount(Method method)protected static intoutputAnnotationCount(Method method)protected static voidvalidateStreamListenerMessageHandler(Method method)protected static voidvalidateStreamListenerMethod(Method method, int inputAnnotationCount, int outputAnnotationCount, String methodAnnotatedInboundName, String methodAnnotatedOutboundName, boolean isDeclarative, String condition)
-
-
-
Method Detail
-
inputAnnotationCount
protected static int inputAnnotationCount(Method method)
-
outputAnnotationCount
protected static int outputAnnotationCount(Method method)
-
validateStreamListenerMethod
protected static void validateStreamListenerMethod(Method method, int inputAnnotationCount, int outputAnnotationCount, String methodAnnotatedInboundName, String methodAnnotatedOutboundName, boolean isDeclarative, String condition)
-
validateStreamListenerMessageHandler
protected static void validateStreamListenerMessageHandler(Method method)
-
-