Skip to content

Commit

Permalink
nats added
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Mautsch committed Jun 29, 2024
1 parent 8a4fc3a commit 1107dcc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public class NatsLoggerConsumer {

private final ObjectMapper objectMapper;

public NatsLoggerConsumer(Connection natsConnection, ObjectMapper objectMapper) {
public NatsLoggerConsumer(Connection natsConnection) {
this.objectMapper = new ObjectMapper(new CBORFactory());
var dispatcher = natsConnection.createDispatcher();

Expand Down

0 comments on commit 1107dcc

Please sign in to comment.