Skip to content

Commit

Permalink
Expose http handler for client side customization
Browse files Browse the repository at this point in the history
  • Loading branch information
tung-vu-td committed Jun 18, 2024
1 parent 876ebc6 commit 54a292e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/src/main/java/io/keen/client/java/KeenClient.java
Original file line number Diff line number Diff line change
Expand Up @@ -503,6 +503,8 @@ public KeenJsonHandler getJsonHandler() {
return jsonHandler;
}

public HttpHandler getHttpHandler() { return httpHandler; }

/**
* Gets the event store for this client.
*
Expand Down

0 comments on commit 54a292e

Please sign in to comment.