Interface IService

All Known Subinterfaces:
IRouterService
All Known Implementing Classes:
AbstractOfflineDetectorService, AbstractService, AcknowledgeService, ClientExtensionService, ClusterService, ConfigurationService, ContextService, DataExtractorService, DataLoaderService, DataService, ExtensionService, FileSyncExtractorService, FileSyncService, GroupletService, IncomingBatchService, InitialLoadService, JobManager, LoadFilterService, NodeCommunicationService, NodeService, OfflinePullService, OfflinePushService, OutgoingBatchService, PullService, PurgeService, PushService, RegistrationService, RouterService, SequenceService, StatisticService, TestTablesService, TransformService, TriggerRouterService, UpdateService

public interface IService
An interface that indicates that this class provides stateless services methods for the application
  • Method Summary

    Modifier and Type
    Method
    Description
    getSql(String... keys)
     
    void
    Provide a mechanism where service clients may synchronize custom code with synchronized code in SymmetricDS services.
  • Method Details

    • synchronize

      void synchronize(Runnable runnable)
      Provide a mechanism where service clients may synchronize custom code with synchronized code in SymmetricDS services.
      Parameters:
      runnable - The code to run
    • getSql

      String getSql(String... keys)