Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code path for adding event to HAContainer:
HARegionQueue.basicPut()->putObject()->putEventInHARegion()->putEntryConditionallyIntoHAContainer().

Event Conflation:

The clients can configure events to be conflated; in this case the old events in the HARegionQueue will be destroyed and new event is added to the tail of the Queue.

...