Class MergeBuilderAsyncActor


  • public class MergeBuilderAsyncActor
    extends java.lang.Object
    Provides APIs to execute MergeBuilder actions asynchronously.
    Since:
    1.3.0
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      TypedAsyncJob<MergeResult> collect()
      Executes `MergeBuilder.collect()` asynchronously.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • collect

        public TypedAsyncJob<MergeResult> collect()
        Executes `MergeBuilder.collect()` asynchronously.
        Returns:
        A TypedAsyncJob object that you can use to check the status of the action and get the results.
        Since:
        1.3.0