Class RecordingAuditMessageTransmission

  • All Implemented Interfaces:
    AuditTransmissionProtocol

    public class RecordingAuditMessageTransmission
    extends Object
    implements AuditTransmissionProtocol
    For testing only: an implementation that records the audit message strings in memory instead of sending them to some destination. After some time, this will cause OutOfMemoryErrors.
    Since:
    3.5
    Author:
    Christian Ohr