Class RotatingFileEventSink

java.lang.Object
com.knezevic.edaf.v3.persistence.sink.RotatingFileEventSink
All Implemented Interfaces:
EventSink, AutoCloseable

public final class RotatingFileEventSink extends Object implements EventSink
Plain file sink with size-based rotation for structured event logs.
  • Constructor Details

    • RotatingFileEventSink

      public RotatingFileEventSink(Path file, long maxBytes)
  • Method Details