Class ReconciliationExecutorService

java.lang.Object
com.atlassian.confluence.internal.content.collab.ReconciliationExecutorService
All Implemented Interfaces:
org.springframework.beans.factory.DisposableBean

public class ReconciliationExecutorService extends Object implements org.springframework.beans.factory.DisposableBean
  • Constructor Details

    • ReconciliationExecutorService

      public ReconciliationExecutorService()
      Returns cached thread pool executor service.
  • Method Details

    • getExecutorService

      public ExecutorService getExecutorService()
    • destroy

      public void destroy() throws Exception
      Specified by:
      destroy in interface org.springframework.beans.factory.DisposableBean
      Throws:
      Exception