Class JourneyNode.JourneyBatchNode

  • All Implemented Interfaces:

    
    public final class JourneyNode.JourneyBatchNode
    
                        

    Collect events arriving at the node into a single batch and fire one downstream step with the aggregated payload. The first event into a batch owns the run; later contributing events terminate at the batch step. The batch releases when any of max_items is reached, a quiet window of wait_period elapses, or the max_wait_period ceiling hits.