Class InMemoryHandler

  • All Implemented Interfaces:
    Configurable

    public class InMemoryHandler
    extends Handler
    This handler keeps track in memory of all published records until flush is called.
    Since:
    MicroStrategy Web 9.0.0
    • Constructor Detail

      • InMemoryHandler

        public InMemoryHandler()
    • Method Detail

      • close

        public void close()
        Specified by:
        close in class Handler
      • flush

        public void flush()
        Specified by:
        flush in class Handler
      • getRecords

        public LogRecord[] getRecords()
        Returns an array with the LogRecords that have been published.