Package com.featureprobe.sdk.server
Class StreamingSynchronizerFactory
- java.lang.Object
-
- com.featureprobe.sdk.server.StreamingSynchronizerFactory
-
- All Implemented Interfaces:
SynchronizerFactory
public final class StreamingSynchronizerFactory extends Object implements SynchronizerFactory
-
-
Constructor Summary
Constructors Constructor Description StreamingSynchronizerFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Synchronizer
createSynchronizer(com.featureprobe.sdk.server.FPContext context, DataRepository dataRepository)
-
-
-
Method Detail
-
createSynchronizer
public Synchronizer createSynchronizer(com.featureprobe.sdk.server.FPContext context, DataRepository dataRepository)
- Specified by:
createSynchronizer
in interfaceSynchronizerFactory
-
-