Uses of Interface
org.springframework.cloud.stream.binding.StreamListenerParameterAdapter
-
Packages that use StreamListenerParameterAdapter Package Description org.springframework.cloud.stream.binding -
-
Uses of StreamListenerParameterAdapter in org.springframework.cloud.stream.binding
Methods in org.springframework.cloud.stream.binding with parameters of type StreamListenerParameterAdapter Modifier and Type Method Description default 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.
-