Skip to content

Commit

Permalink
Add jersey annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
Olivier Chédru committed Feb 1, 2018
1 parent 8f1210a commit c856938
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,10 @@
import java.util.UUID;
import javax.ws.rs.client.ClientRequestContext;
import javax.ws.rs.client.ClientRequestFilter;
import javax.ws.rs.ext.Provider;
import org.slf4j.MDC;

@Provider
public class CorrelationIdClientFilter implements ClientRequestFilter {

private final CorrelationIdConfiguration configuration;
Expand Down

0 comments on commit c856938

Please sign in to comment.