Interface ServiceRegistryRuntimeService

All Known Implementing Classes:
ServiceRegistryRuntimeServiceImpl

public interface ServiceRegistryRuntimeService
  • 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

      Object getLookupIdByReferenceKey(Map<String,Object> data, String referenceKey, String tenantId)
    • getLookupIdByServiceKey

      Object getLookupIdByServiceKey(Map<String,Object> data, String serviceKey, String tenantId)