Class MergeBuilderAsyncActor


  • public class MergeBuilderAsyncActor
    extends Object
    Provides APIs to execute MergeBuilder actions asynchronously.
    Since:
    1.3.0
    • 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