Class DataLoaderMonitoringInfo

java.lang.Object
io.jmix.ui.monitoring.DataLoaderMonitoringInfo

public class DataLoaderMonitoringInfo extends Object
Static info about DataLoader that will be used as monitoring tags.
  • Field Details

    • screenId

      protected final String screenId
    • loaderId

      protected final String loaderId
  • Constructor Details

    • DataLoaderMonitoringInfo

      public DataLoaderMonitoringInfo(@Nullable String screenId, @Nullable String loaderId)
      Parameters:
      screenId - id of the view containing target data loader
      loaderId - id of the target data loader
  • Method Details

    • empty

      public static DataLoaderMonitoringInfo empty()
      Returns stub objects with null values. Monitoring records will not be created based on this info.
    • screenId

      @Nullable public String screenId()
    • loaderId

      @Nullable public String loaderId()