Interface UpdateSegmentStrategy
-
- All Known Implementing Classes:
DefaultCxUpdateSegmentStrategy,EmptyUpdateSegmentStrategy
public interface UpdateSegmentStrategyStrategy for updating provider segments- Since:
- 1905
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidupdateSegments(CxUpdateSegmentContext context)Strategy for update segments
-
-
-
Method Detail
-
updateSegments
void updateSegments(CxUpdateSegmentContext context)
Strategy for update segments- Parameters:
context- - Context containing additional parameters for segment update e.g providers
-
-