Class RxJavaProtocolValidator

    • Method Detail

      • enableAndChain

        public static SavedHooks enableAndChain()
        Enable the protocol violation hooks by chaining it before any existing hook.
        Returns:
        the SavedHooks instance that allows restoring the previous assembly hook handlers overridden by this method
        See Also:
        enable()
      • disable

        public static void disable()
        Disables the validation hooks be resetting the assembly hooks to none.
      • isEnabled

        public static boolean isEnabled()
        Returns true if the validation hooks have been installed.
        Returns:
        true if the validation hooks have been installed