Interface ServiceRegistryRuntimeService
-
- All Known Implementing Classes:
ServiceRegistryRuntimeServiceImpl
public interface ServiceRegistryRuntimeService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ServiceInvocationBuilder
createServiceInvocationBuilder()
Invokes the service referenced by the service definition matching the passed parameters.Object
getLookupIdByReferenceKey(Map<String,Object> data, String referenceKey, String tenantId)
Object
getLookupIdByServiceKey(Map<String,Object> data, String serviceKey, String tenantId)
-
-
-
Method Detail
-
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)
-
-