Uses of Class
org.springframework.cloud.stream.annotation.StreamListener
-
Packages that use StreamListener Package Description org.springframework.cloud.stream.binding -
-
Uses of StreamListener in org.springframework.cloud.stream.binding
Methods in org.springframework.cloud.stream.binding that return StreamListener Modifier and Type Method Description protected StreamListenerStreamListenerAnnotationBeanPostProcessor. postProcessAnnotation(StreamListener originalAnnotation, Method annotatedMethod)Extension point, allowing subclasses to customize theStreamListenerannotation detected by the postprocessor.Methods in org.springframework.cloud.stream.binding with parameters of type StreamListener Modifier and Type Method Description voidStreamListenerSetupMethodOrchestrator. orchestrateStreamListenerSetupMethod(StreamListener streamListener, Method method, Object bean)Method that allows custom orchestration on theStreamListenersetup method.protected StreamListenerStreamListenerAnnotationBeanPostProcessor. postProcessAnnotation(StreamListener originalAnnotation, Method annotatedMethod)Extension point, allowing subclasses to customize theStreamListenerannotation detected by the postprocessor.
-