クラス JpaEventPublication
java.lang.ObjectSE
org.springframework.modulith.events.jpa.JpaEventPublication
イベント出版物を表す JPA エンティティ。
- 作成者:
- Oliver Drotbohm, Dmitry Belyaev, Bj ö rn Kieling
フィールド概要
フィールドコンストラクター概要
コンストラクターコンストラクター説明JpaEventPublication(UUIDSE id, InstantSE publicationDate, StringSE listenerId, StringSE serializedEvent, ClassSE<?> eventType) 指定された発行日、リスナー ID、直列化されたイベント、イベント型に応じて新しいJpaEventPublicationを作成します。方法の概要
フィールドの詳細
id
publicationDate
listenerId
serializedEvent
eventType
completionDate
InstantSE completionDate
コンストラクターの詳細
JpaEventPublication
JpaEventPublication(UUIDSE id, InstantSE publicationDate, StringSE listenerId, StringSE serializedEvent, ClassSE<?> eventType) 指定された発行日、リスナー ID、直列化されたイベント、イベント型に応じて新しいJpaEventPublicationを作成します。- パラメーター:
publicationDate- null であってはなりません。listenerId- null または空であってはなりません。serializedEvent- null または空であってはなりません。eventType- null であってはなりません。
JpaEventPublication
JpaEventPublication()
方法の詳細
markCompleted
JpaEventPublication markCompleted()