Uses of Annotation Type
org.springframework.cloud.stream.annotation.StreamListener
Packages that use StreamListener
-
Uses of StreamListener in org.springframework.cloud.stream.binding
Methods in org.springframework.cloud.stream.binding that return StreamListenerModifier and TypeMethodDescriptionprotected 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 StreamListenerModifier and TypeMethodDescriptionvoidStreamListenerSetupMethodOrchestrator.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.