Uses of Enum Class
com.bank.payment.enums.ActionType
Packages that use ActionType
-
Uses of ActionType in com.bank.payment.enums
Methods in com.bank.payment.enums that return ActionTypeModifier and TypeMethodDescriptionstatic ActionType
Returns the enum constant of this class with the specified name.static ActionType[]
ActionType.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ActionType in com.bank.payment.publishers
Methods in com.bank.payment.publishers with parameters of type ActionTypeModifier 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.