Klasse ProcessorManagerConfiguration

java.lang.Object
de.dlr.proseo.procmgr.ProcessorManagerConfiguration

@Configuration @ConfigurationProperties(prefix="proseo") @EntityScan(basePackages="de.dlr.proseo.model") public class ProcessorManagerConfiguration extends Object
Configuration class for the prosEO Processor Manager component
Autor:
Dr. Thomas Bassler
  • Felddetails

    • maxResults

      @Value("${spring.maxResults}") public Integer maxResults
      The maximum number of results to be retrieved by REST requests
  • Konstruktordetails

    • ProcessorManagerConfiguration

      public ProcessorManagerConfiguration()
  • Methodendetails

    • getMaxResults

      public Integer getMaxResults()
      Gibt zurück:
      the maximum number of results to be retrieved by REST requests
    • setMaxResults

      public void setMaxResults(Integer maxResults)
      Parameter:
      maxResults - the maximum number of results to be retrieved by REST requests