Interface EventDetailsProvider


public interface EventDetailsProvider
General API for something can can provide event "details" in the form of a map.
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the event details.
  • Method Details

    • eventDetails

      Map<String,?> eventDetails()
      Get the event details.
      Returns:
      the event details, never null