9101112131415
public class QuitProcessor implements Processor { @Override public Collection<String> process(Collection<String> params, Long id, Long selectedArticleId, Auth auth) { throw new EndOfSessionException(); }