Uses of Class
com.bank.payment.dtos.AccountEventDto
Packages that use AccountEventDto
-
Uses of AccountEventDto in com.bank.payment.consumers
Methods in com.bank.payment.consumers with parameters of type AccountEventDtoModifier and TypeMethodDescriptionvoid
AccountConsumer.listenAccountEvent
(AccountEventDto accountEventDto) Listens for account events and saves them according to the action type. -
Uses of AccountEventDto in com.bank.payment.models
Methods in com.bank.payment.models that return AccountEventDto -
Uses of AccountEventDto in com.bank.payment.publishers
Methods in com.bank.payment.publishers with parameters of type AccountEventDtoModifier and TypeMethodDescriptionvoid
AccountEventPublisher.publishAccountEvent
(AccountEventDto accountEventDto, ActionType actionType) Publishes an account event to the account event exchange.void
PaymentReceiverEventPublisher.publishPaymentReceiverEvent
(AccountEventDto accountEventDto, ActionType actionType) Publishes a payment receiver event to the payment receive exchange.void
PaymentSenderEventPublisher.publishPaymentSenderEvent
(AccountEventDto accountEventDto, ActionType actionType) Publishes a payment sender event to the payment sender exchange.