Interface ObjectEventTranslator

All Known Implementing Classes:
ObjectEventTranslatorImpl

@PublicApi public interface ObjectEventTranslator
  • Method Details

    • getEventTypeNameAsI18

      @Nonnull String getEventTypeNameAsI18(@Nonnull InsightObjectEventType eventType)
      Returns a i18 representation of the name of this instance.
      Returns:
      The i18 representation of the name. IF the i18 key is NOT found, then: lowerCase(NNN) is returned (taken from: OBJECT_NNN).