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
-
Method Details
-
execute
Single method which is called during Memory.checkLimit(). It passes a Memory that contains all retired Messages.- Parameters:
memory
- Memory containing retired Messages
-