public interface IService
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getSql(java.lang.String... keys) |
void |
synchronize(java.lang.Runnable runnable)
Provide a mechanism where service clients may synchronize custom
code with synchronized code in SymmetricDS services.
|