Uses of Class
org.springframework.cloud.stream.binding.BindingsLifecycleController.State
-
Packages that use BindingsLifecycleController.State Package Description org.springframework.cloud.stream.binding org.springframework.cloud.stream.endpoint -
-
Uses of BindingsLifecycleController.State in org.springframework.cloud.stream.binding
Methods in org.springframework.cloud.stream.binding that return BindingsLifecycleController.State Modifier and Type Method Description static BindingsLifecycleController.StateBindingsLifecycleController.State. valueOf(String name)Returns the enum constant of this type with the specified name.static BindingsLifecycleController.State[]BindingsLifecycleController.State. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.springframework.cloud.stream.binding with parameters of type BindingsLifecycleController.State Modifier and Type Method Description voidBindingsLifecycleController. changeState(String bindingName, BindingsLifecycleController.State state)General purpose method to change the state of the provided binding. -
Uses of BindingsLifecycleController.State in org.springframework.cloud.stream.endpoint
Methods in org.springframework.cloud.stream.endpoint with parameters of type BindingsLifecycleController.State Modifier and Type Method Description voidBindingsEndpoint. changeState(String name, BindingsLifecycleController.State state)
-