Package com.featureprobe.sdk.server
Interface Synchronizer
-
- All Superinterfaces:
AutoCloseable
,Closeable
- All Known Implementing Classes:
StreamingSynchronizer
public interface Synchronizer extends Closeable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
close()
Future<Void>
sync()
-
-
-
Method Detail
-
close
void close() throws IOException
- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Throws:
IOException
-
-