Class BindingsLifecycleController


  • public class BindingsLifecycleController
    extends Object
    Lifecycle controller for the bindings. It is registered as a bean and once injected could be used to control the lifecycle f the bindings.
    Since:
    3.x
    Author:
    Oleg Zhurakousky
    • Method Detail

      • stop

        public void stop​(String bindingName)
        Convenience method to stop the binding with provided `bindingName`.
        Parameters:
        bindingName - the name of the binding.
      • start

        public void start​(String bindingName)
        Convenience method to start the binding with provided `bindingName`.
        Parameters:
        bindingName - the name of the binding.
      • pause

        public void pause​(String bindingName)
        Convenience method to pause the binding with provided `bindingName`.
        Parameters:
        bindingName - the name of the binding.
      • resume

        public void resume​(String bindingName)
        Convenience method to resume the binding with provided `bindingName`.
        Parameters:
        bindingName - the name of the binding.