Interface WriteStrategyFactory
- All Known Implementing Classes:
DefaultWriteStrategyFactory
public interface WriteStrategyFactory
Factory to create
WriteStrategy
instantiations.
Implementations must have a default constructor.
- Author:
- Andreas Schwarte
-
Method Summary
Modifier and TypeMethodDescriptioncreate
(List<Endpoint> members, FederationContext federationContext) Create theWriteStrategy
using the provided context
-
Method Details
-
create
Create theWriteStrategy
using the provided context- Parameters:
members
- the current federation membersfederationContext
- the federation context- Returns:
- the
WriteStrategy
-