Interface RecordAggregate.RecordVisitor

All Known Implementing Classes:
RecordAggregate.PositionTrackingVisitor
Enclosing class:
RecordAggregate

public static interface RecordAggregate.RecordVisitor
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Implementors may call non-mutating methods on Record r.
  • Method Details

    • visitRecord

      void visitRecord(Record r)
      Implementors may call non-mutating methods on Record r.
      Parameters:
      r - must not be null