update Esper time on OANDA heartbeat
This commit is contained in:
@ -1,3 +1,6 @@
|
||||
import com.espertech.esper.client.time.CurrentTimeEvent;
|
||||
|
||||
public interface TickProcessor {
|
||||
public void process(TickEvent tick);
|
||||
public void process(CurrentTimeEvent time);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user