Interface ServiceRegistryRuntimeService

All Known Implementing Classes:
ServiceRegistryRuntimeServiceImpl

public interface ServiceRegistryRuntimeService
  • Method Summary

    Modifier and Type Method Description
    ServiceInvocationBuilder createServiceInvocationBuilder()
    Invokes the service referenced by the service definition matching the passed parameters.
    java.lang.Object getLookupIdByReferenceKey​(java.util.Map<java.lang.String,​java.lang.Object> data, java.lang.String referenceKey, java.lang.String tenantId)  
  • Method Details

    • createServiceInvocationBuilder

      ServiceInvocationBuilder createServiceInvocationBuilder()
      Invokes the service referenced by the service definition matching the passed parameters. The latest version will be looked up and executed.
    • getLookupIdByReferenceKey

      java.lang.Object getLookupIdByReferenceKey​(java.util.Map<java.lang.String,​java.lang.Object> data, java.lang.String referenceKey, java.lang.String tenantId)