Package org.openehealth.ipf.boot.hl7v2
Interface HapiContextCustomizer
-
public interface HapiContextCustomizer
- Since:
- 3.6
- Author:
- Christian Ohr
-
-
Field Summary
Fields Modifier and Type Field Description static HapiContextCustomizer
NOOP
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
configureHapiContext(HapiContext hapiContext)
-
-
-
Field Detail
-
NOOP
static final HapiContextCustomizer NOOP
-
-
Method Detail
-
configureHapiContext
void configureHapiContext(HapiContext hapiContext)
-
-