Uses of Enum
org.springframework.cloud.stream.binding.BindingsLifecycleController.State
Packages that use BindingsLifecycleController.State
Package
Description
-
Uses of BindingsLifecycleController.State in org.springframework.cloud.stream.binding
Methods in org.springframework.cloud.stream.binding that return BindingsLifecycleController.StateModifier and TypeMethodDescriptionReturns 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.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)