Interface ReloadResult

  • All Known Implementing Classes:
    ReloadResult.CppProxy

    public interface ReloadResult
    Returned by `effect_manager.reload_config`.
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Interface Description
      static class  ReloadResult.CppProxy  
    • Method Detail

      • effect

        @Nullable
        Effect effect()
        Effect with updated config applied. Depending on changes it may be the effect already loaded or a new one.
      • hotReload

        boolean hotReload()
        In case it was possible to apply the new config on the same effect, this flag will be `true`.