2.1.1.2. LifeCycle Completion Service

Warning

You are looking at documentation for an older release. Not what you want? See the current release documentation.

This component is used to process the callable request out of the HTTP request.

Sample configuration:


<component>
    <key>org.exoplatform.social.common.lifecycle.LifeCycleCompletionService</key>
    <type>org.exoplatform.social.common.lifecycle.LifeCycleCompletionService</type>
    <init-params>
      <value-param>
        <name>thread-number</name>
        <value>10</value>
      </value-param>
      <value-param>
        <name>async-execution</name>
        <value>false</value>
      </value-param>
    </init-params>
</component>
NameTypeValueDescription
thread-number integer 10 The maximum number of threads parallel executed.
async-execution boolean false Specifies the running mode of service is synchronous or asynchronous.
Copyright ©. All rights reserved. eXo Platform SAS
blog comments powered byDisqus