Skip to content

Commit

Permalink
explicit but less specific type
Browse files Browse the repository at this point in the history
  • Loading branch information
johanandren committed Aug 29, 2023
1 parent 59b9fcb commit 2a3f9a5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ object ConsumerFilter extends ExtensionId[ConsumerFilter] {
* Exclude events from all entity ids, convenience for combining with for example a topic filter
* to include only events matching the topic filter.
*/
val excludeAll = ExcludeRegexEntityIds(Set(".*"))
val excludeAll: FilterCriteria = ExcludeRegexEntityIds(Set(".*"))

/**
* Exclude events with any of the given tags,
Expand Down

0 comments on commit 2a3f9a5

Please sign in to comment.