-
Hello, i've written an extension that collect audit logs and send them somewhere (a fluentbit in my case) for ingestion.
My problem is that in my @FunctionalInterface
public interface AuditLogSender {
Uni<Void> send(final AuditLog auditLog);
} Until now i didn't need to use them both in the same project and same maven module. But now i have to, so quakus gives me the following error:
I was thinking of fixing it with qualifiers but i don't see how. So is there a proper way to achieve this ? Here's my code https://github.com/hifi-filter/audit-logs |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Well i struggled a bit but i finally found how to fix this. hifi-filter/audit-logs@main...audit-log-fix |
Beta Was this translation helpful? Give feedback.
Well i struggled a bit but i finally found how to fix this. hifi-filter/audit-logs@main...audit-log-fix