Added partition interceptor

This commit is contained in:
jvi
2020-09-09 11:30:01 +02:00
parent de9a029947
commit ec878a9205
5 changed files with 23 additions and 5 deletions

View File

@@ -102,5 +102,6 @@ public class MultitenantServerR4IT {
String ourServerBase = "http://localhost:" + port + "/hapi-fhir-jpaserver/fhir/";
ourClient = ourCtx.newRestfulGenericClient(ourServerBase);
ourClient.registerInterceptor(new LoggingInterceptor(true));
ourClient.registerInterceptor(ourClientTenantInterceptor);
}
}