Interface Event


public interface Event
An interface to describe an Event
  • Method Summary

    Modifier and Type
    Method
    Description
    The id of entity
    default String
    The hash used to send to kafka and handle local order
    Type<?>
    The type of the event : class + name + version
  • Method Details

    • type

      Type<?> type()
      The type of the event : class + name + version
      Returns:
    • entityId

      String entityId()
      The id of entity
      Returns:
    • hash

      default String hash()
      The hash used to send to kafka and handle local order
      Returns: