All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.hl7.fhir.r5.context.IWorkerContextManager Maven / Gradle / Ivy

package org.hl7.fhir.r5.context;

import org.hl7.fhir.utilities.MarkedToMoveToAdjunctPackage;

@MarkedToMoveToAdjunctPackage
public interface IWorkerContextManager {

  interface IPackageLoadingTracker {
    public void packageLoaded(String pid, String version);
  }

  interface ICanonicalResourceLocator {
    void findResource(Object caller, String url); // if it can be found, put it in the context
  }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy