Class ReloadResult.CppProxy

    • Method Detail

      • _djinni_private_destroy

        public void _djinni_private_destroy()
      • finalize

        protected void finalize()
                         throws java.lang.Throwable
        Overrides:
        finalize in class java.lang.Object
        Throws:
        java.lang.Throwable
      • effect

        public Effect effect()
        Description copied from interface: ReloadResult
        Effect with updated config applied. Depending on changes it may be the effect already loaded or a new one.
        Specified by:
        effect in interface ReloadResult
      • hotReload

        public boolean hotReload()
        Description copied from interface: ReloadResult
        In case it was possible to apply the new config on the same effect, this flag will be `true`.
        Specified by:
        hotReload in interface ReloadResult