クラス JpaEventPublication

java.lang.ObjectSE
org.springframework.modulith.events.jpa.JpaEventPublication

@Entity class JpaEventPublication extends ObjectSE
イベント出版物を表す JPA エンティティ。
作成者:
Oliver Drotbohm, Dmitry Belyaev, Bj ö rn Kieling
  • フィールドの詳細

  • コンストラクターの詳細

    • JpaEventPublication

      JpaEventPublication(UUIDSE id, InstantSE publicationDate, StringSE listenerId, StringSE serializedEvent, ClassSE<?> eventType)
      指定された発行日、リスナー ID、直列化されたイベント、イベント型に応じて新しい JpaEventPublication を作成します。
      パラメーター:
      publicationDate - null であってはなりません。
      listenerId - null または空であってはなりません。
      serializedEvent - null または空であってはなりません。
      eventType - null であってはなりません。
    • JpaEventPublication

      JpaEventPublication()
  • メソッドの詳細