ContentDistributionService

public interface ContentDistributionService

This is an interface providing methods for fetching and distributing content from an updated topic to all its subscribers.

Methods

distribute

void distribute(String url)

Distributes the fetched content to all the subscribers of the particular topic.

Parameters:
  • url – a String representing the updated topic URL