Class SharedDataHolder


  • public class SharedDataHolder
    extends Object
    This class is used to hold the shared data for a particular message set For an example we can use this to share some data across all the spawned spilt messages in iterate mediator
    • Constructor Detail

      • SharedDataHolder

        public SharedDataHolder()
    • Method Detail

      • isAggregationCompleted

        public boolean isAggregationCompleted()
        Check whether aggregation has been completed.
        Returns:
        whether completion has happened for aggregates
      • markAggregationCompletion

        public void markAggregationCompletion()
        Mark completion for aggregates.