Uses of Interface
com.ibm.fhir.audit.AuditLogService
-
Packages that use AuditLogService Package Description com.ibm.fhir.audit com.ibm.fhir.audit.impl -
-
Uses of AuditLogService in com.ibm.fhir.audit
Methods in com.ibm.fhir.audit that return AuditLogService Modifier and Type Method Description static AuditLogService
AuditLogServiceFactory. getService()
Returns the AuditLogService to be used by all FHIR server components.static AuditLogService
AuditLogServiceFactory. resetService()
Resets the singleton instance of the audit logger service object that is cached by this factory class, then creates, caches, and returns a new service object instance. -
Uses of AuditLogService in com.ibm.fhir.audit.impl
Classes in com.ibm.fhir.audit.impl that implement AuditLogService Modifier and Type Class Description class
KafkaService
KafkaService orchestrates the call to Kafka so mappers and translators can be swapped out.class
NopService
This class serves as a no-op audit service logger.
-