Interface RetirementCallback


public interface RetirementCallback
Callback that can be registered on a Memory. It is called when Messages are rolled out due to a Limit.
Author:
IIT Software GmbH, Muenster/Germany, (c) 2016, All Rights Reserved
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    execute(Memory memory)
    Single method which is called during Memory.checkLimit().
  • Method Details

    • execute

      void execute(Memory memory)
      Single method which is called during Memory.checkLimit(). It passes a Memory that contains all retired Messages.
      Parameters:
      memory - Memory containing retired Messages