Uses of Class
org.springframework.cloud.stream.binding.InputBindingLifecycle
-
Packages that use InputBindingLifecycle Package Description org.springframework.cloud.stream.binding org.springframework.cloud.stream.config -
-
Uses of InputBindingLifecycle in org.springframework.cloud.stream.binding
Constructor parameters in org.springframework.cloud.stream.binding with type arguments of type InputBindingLifecycle Constructor Description BindingsLifecycleController(List<InputBindingLifecycle> inputBindingLifecycles, List<OutputBindingLifecycle> outputBindingsLifecycles) -
Uses of InputBindingLifecycle in org.springframework.cloud.stream.config
Methods in org.springframework.cloud.stream.config that return InputBindingLifecycle Modifier and Type Method Description InputBindingLifecycleBindingServiceConfiguration. inputBindingLifecycle(BindingService bindingService, Map<String,Bindable> bindables)Method parameters in org.springframework.cloud.stream.config with type arguments of type InputBindingLifecycle Modifier and Type Method Description BindingsLifecycleControllerBindingServiceConfiguration. bindingsLifecycleController(List<InputBindingLifecycle> inputBindingLifecycles, List<OutputBindingLifecycle> outputBindingsLifecycles)
-