package com.jivesoftware.os.amza.service.take; /** * * @author jonathan.colt */ public interface RowsTakerFactory { RowsTaker create(); }