Interface CSEventType

  • Method Details

    • message

      String message()
      Returns:
      The event message
    • isFailure

      boolean isFailure()
      Returns:
      true if the event indicates that an operation failed
    • isLogged

      default boolean isLogged()
      Returns:
      true if the event should be logged
    • attributes

      Map<String,String> attributes()
      Returns:
      The event attributes for logging purposes