Package deltix.qsrv.hf.blocks.l2
Interface BookReceiver<COOKIE>
-
public interface BookReceiver<COOKIE>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonBook(ConcurrentBook<COOKIE> book)Is called under lock on this particular book.
-
-
-
Method Detail
-
onBook
void onBook(ConcurrentBook<COOKIE> book)
Is called under lock on this particular book.- Parameters:
book- book
-
-