/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package org.jlucrum.realtime.generators; import java.util.concurrent.Callable; /** * * @author house */ public interface EsperEventGenerator extends Callable<String>{ }