-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
EventにCommandを含めると互換性の維持が大変になる。
アプリ全体停止するならばCommandの互換性は崩せるが、Eventの互換性は崩せないので依存関係は無いほうが良い。
final case class CancelAccepted(
requestInfo: Cancel, // presentation -> actorのリクエスト
systemDateTime: LocalDateTime,// システム日時、※決済取消要求時のシステム日時
)(implicit val traceId: TraceId)
extends ECPaymentIssuingServiceEventReactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels