method

on_rotation

on_rotation(&callback)
public

No documentation available.

# File activesupport/lib/active_support/messages/rotation_coordinator.rb, line 45
      def on_rotation(&callback)
        changing_configuration!
        @on_rotation = callback
      end