• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

wistefan / tmforum-api / #49

29 Sep 2023 06:20AM UTC coverage: 67.488% (-4.3%) from 71.815%
#49

push

web-flow
Notifications (#23)

* Squashed commits

* Added cache invalidation for entity deletion

* Updated error message

618 of 618 new or added lines in 86 files covered. (100.0%)

2794 of 4140 relevant lines covered (67.49%)

0.67 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/common/src/main/java/org/fiware/tmforum/common/notification/command/CreateEventCommand.java
1
package org.fiware.tmforum.common.notification.command;
2

3
import lombok.RequiredArgsConstructor;
4
import org.fiware.tmforum.common.querying.SubscriptionQueryResolver;
5

6
@RequiredArgsConstructor
×
7
public class CreateEventCommand<T> implements Command {
8
    private final SubscriptionQueryResolver subscriptionQueryResolver;
9
    private final T entity;
10
    private final String payloadName;
11

12
    @Override
13
    public boolean execute(String query) {
14
        return subscriptionQueryResolver.doesQueryMatchCreateEvent(query, entity, payloadName);
×
15
    }
16
}
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc