Class StreamListenerMethodUtils
java.lang.Object
org.springframework.cloud.stream.binding.StreamListenerMethodUtils
This class contains utility methods for handling
StreamListener annotated bean
methods.- Author:
- Ilayaperumal Gopinathan
-
Method Summary
Modifier and TypeMethodDescriptionprotected static StringgetOutboundBindingTargetName(Method method) protected static intinputAnnotationCount(Method method) protected static intoutputAnnotationCount(Method method) protected static voidprotected static voidvalidateStreamListenerMethod(Method method, int inputAnnotationCount, int outputAnnotationCount, String methodAnnotatedInboundName, String methodAnnotatedOutboundName, boolean isDeclarative, String condition)
-
Method Details
-
inputAnnotationCount
-
outputAnnotationCount
-
validateStreamListenerMethod
-
validateStreamListenerMessageHandler
-
getOutboundBindingTargetName
-