update Esper time on OANDA heartbeat

This commit is contained in:
2018-05-30 14:21:10 -07:00
parent 26b199a4f9
commit 7fbf75bacd
6 changed files with 57 additions and 9 deletions

View File

@ -1,3 +1,6 @@
import com.espertech.esper.client.time.CurrentTimeEvent;
public interface TickProcessor {
public void process(TickEvent tick);
public void process(CurrentTimeEvent time);
}