Uses of Enum Class
org.springframework.cloud.stream.binding.BindingsLifecycleController.State
Packages that use BindingsLifecycleController.State
Package
Description
-
Uses of BindingsLifecycleController.State in org.springframework.cloud.stream.binding
Subclasses with type arguments of type BindingsLifecycleController.State in org.springframework.cloud.stream.bindingMethods in org.springframework.cloud.stream.binding that return BindingsLifecycleController.StateModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static BindingsLifecycleController.State[]BindingsLifecycleController.State.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.springframework.cloud.stream.binding with parameters of type BindingsLifecycleController.StateModifier and TypeMethodDescriptionvoidBindingsLifecycleController.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.StateModifier and TypeMethodDescriptionvoidBindingsEndpoint.changeState(String name, BindingsLifecycleController.State state)