Interface WriteStrategy

All Superinterfaces:
AutoCloseable
All Known Implementing Classes:
ReadOnlyWriteStrategy, RepositoryWriteStrategy

@Experimental public interface WriteStrategy extends AutoCloseable
Interface for the WriteStrategy that is used for writing data to the federation. The implementation can decided upon how is data written to the underlying federation members (e.g. to a designated federation member)

Note: this is an experimental feature which is subject to change in a future version.

Author:
Andreas Schwarte
See Also: