Module lettuce.core

Interface EventRecorder.RecordableEvent

Enclosing interface:
EventRecorder

public static interface EventRecorder.RecordableEvent
Interface defining a recordable event that is recorded on calling record().
  • Method Summary

    Modifier and Type Method Description
    void record()
    Complete the event recording.
  • Method Details

    • record

      void record()
      Complete the event recording.