Skip to content
This repository has been archived by the owner on Oct 10, 2023. It is now read-only.

add withdrawal adjustment listener #104

Merged
merged 3 commits into from
Sep 18, 2023
Merged

Conversation

ggmaleva
Copy link
Contributor

No description provided.

@ggmaleva ggmaleva requested a review from a team as a code owner September 13, 2023 14:42
@@ -26,7 +27,8 @@ public void handleEvents(List<MachineEvent> machineEvents) {
private void handleIfAccept(MachineEvent machineEvent) {
TimestampedChange eventPayload = parser.parse(machineEvent);
if (eventPayload.isSetChange()) {
withdrawalHandlers.stream()
List<WithdrawalHandler> filteredHandlerList = withdrawalHandlerFilterService.filterAdjustment(withdrawalHandlers);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

а не проще тогда просто оставить только на одном интерфейсе и потом обратно вернуть, это просто все равно как костыль немного смотрится(

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

а не проще тогда просто оставить только на одном интерфейсе и потом обратно вернуть, это просто все равно как костыль немного смотрится(

Согласен, что выглядит как костыль.
Мне кажется, потому что само решение выглядит как временный костыль.
Я поправил. Как будто, так даже красивее)

@ggmaleva ggmaleva merged commit f3d96b1 into epic/db_schema_optimization Sep 18, 2023
2 of 3 checks passed
@ggmaleva ggmaleva deleted the ft/TD-724 branch September 18, 2023 09:53
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants