Class ProcessRepositoryProperties

  • All Implemented Interfaces:

    @ConfigurationProperties(value = "embabel.agent.platform.process-repository") 
    public final class ProcessRepositoryProperties
    
                        

    Configuration properties for the agent process repository.

    • Constructor Detail

      • ProcessRepositoryProperties

        ProcessRepositoryProperties()
    • Method Detail

      • getWindowSize

         final Integer getWindowSize()

        Maximum number of agent processes to keep in memory. When this limit is exceeded, the oldest processes will be evicted. Default is 1000.

      • setWindowSize

         final Unit setWindowSize(Integer windowSize)

        Maximum number of agent processes to keep in memory. When this limit is exceeded, the oldest processes will be evicted. Default is 1000.