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.java.lang.Object
getLookupIdByReferenceKey(java.util.Map<java.lang.String,java.lang.Object> data, java.lang.String referenceKey, java.lang.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
java.lang.Object getLookupIdByReferenceKey(java.util.Map<java.lang.String,java.lang.Object> data, java.lang.String referenceKey, java.lang.String tenantId)
-
-