Uses of Interface
org.springframework.cloud.stream.binding.StreamListenerParameterAdapter
Packages that use StreamListenerParameterAdapter
-
Uses of StreamListenerParameterAdapter in org.springframework.cloud.stream.binding
Methods in org.springframework.cloud.stream.binding with parameters of type StreamListenerParameterAdapterModifier and TypeMethodDescriptiondefault Object[]StreamListenerSetupMethodOrchestrator.adaptAndRetrieveInboundArguments(Method method, String inboundName, org.springframework.context.ApplicationContext applicationContext, StreamListenerParameterAdapter... streamListenerParameterAdapters) Default implementation for adapting each of the incoming method arguments using an availableStreamListenerParameterAdapterand provide the adapted collection of arguments back to the caller.