public interface WindowableTask {
  void window(MessageCollector collector, TaskCoordinator coordinator) throws Exception;
}
