Interface LogReceiveEvent

All Superinterfaces:
LuckPermsEvent

public interface LogReceiveEvent extends LuckPermsEvent
Called when a log entry is received via the MessagingService.

Note: listening to this event is the same as listening to the LogBroadcastEvent and filtering for origin = REMOTE.

  • Method Details

    • getLogId

      @NonNull UUID getLogId()
      Gets the ID of the log entry being received
      Returns:
      the id of the log entry being received
    • getEntry

      @NonNull Action getEntry()
      Gets the log entry being received
      Returns:
      the log entry being received