Class RefBookDataClientLoaderConfigurer

java.lang.Object
ru.i_novus.ms.rdm.loader.client.RefBookDataClientLoaderConfigurer
All Implemented Interfaces:
net.n2oapp.platform.loader.autoconfigure.ClientLoaderConfigurer

@Configuration
@ConditionalOnProperty(value="rdm.loader.client.enabled",
                       matchIfMissing=true)
@EnableConfigurationProperties(RefBookDataClientLoaderProperties.class)
public class RefBookDataClientLoaderConfigurer
extends java.lang.Object
implements net.n2oapp.platform.loader.autoconfigure.ClientLoaderConfigurer
Настройщик загрузчиков файлов справочников RDM.
  • Constructor Summary

    Constructors 
    Constructor Description
    RefBookDataClientLoaderConfigurer()  
  • Method Summary

    Modifier and Type Method Description
    void configure​(net.n2oapp.platform.loader.client.ClientLoaderRunner runner)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • configure

      public void configure​(net.n2oapp.platform.loader.client.ClientLoaderRunner runner)
      Specified by:
      configure in interface net.n2oapp.platform.loader.autoconfigure.ClientLoaderConfigurer