Interface UpdateSegmentStrategy
- All Known Implementing Classes:
DefaultCxUpdateSegmentStrategy,EmptyUpdateSegmentStrategy
public interface UpdateSegmentStrategy
Strategy for updating provider segments
- Since:
- 1905
-
Method Summary
Modifier and TypeMethodDescriptionvoidupdateSegments(CxUpdateSegmentContext context) Strategy for update segments
-
Method Details
-
updateSegments
Strategy for update segments- Parameters:
context- - Context containing additional parameters for segment update e.g providers
-