Package deltix.qsrv.hf.tickdb.pub.query
Interface SubscriptionController
-
- All Superinterfaces:
EntityAndTypeSubscriptionController,EntitySubscriptionController,StreamSubscriptionController,SymbolAndTypeSubscriptionController,SymbolSubscriptionController,TimeController,TypeSubscriptionController
- All Known Subinterfaces:
InstrumentMessageSource,TickCursor
- All Known Implementing Classes:
InstrumentMessageSourceAdapter,LimitedInstrumentMessageSource,SubscriptionManagerWrapper,TickCursorAdapter,TickCursorClientAeron
public interface SubscriptionController extends StreamSubscriptionController, TimeController, EntityAndTypeSubscriptionController, SymbolAndTypeSubscriptionController
Controls various aspects of message feed subscription- See Also:
InstrumentMessageSource
-
-
Method Summary
-
Methods inherited from interface deltix.qsrv.hf.tickdb.pub.query.EntityAndTypeSubscriptionController
add, remove
-
Methods inherited from interface deltix.qsrv.hf.tickdb.pub.query.EntitySubscriptionController
addEntities, addEntities, addEntity, clearAllEntities, removeEntities, removeEntities, removeEntity, subscribeToAllEntities
-
Methods inherited from interface deltix.qsrv.hf.tickdb.pub.query.StreamSubscriptionController
addStream, removeAllStreams, removeStream
-
Methods inherited from interface deltix.qsrv.hf.tickdb.pub.query.SymbolAndTypeSubscriptionController
add, remove
-
Methods inherited from interface deltix.qsrv.hf.tickdb.pub.query.SymbolSubscriptionController
addSymbol, addSymbols, addSymbols, clearAllSymbols, removeSymbol, removeSymbols, removeSymbols, subscribeToAllSymbols
-
Methods inherited from interface deltix.qsrv.hf.tickdb.pub.query.TimeController
reset, setTimeForNewSubscriptions
-
Methods inherited from interface deltix.qsrv.hf.tickdb.pub.query.TypeSubscriptionController
addTypes, removeTypes, setTypes, subscribeToAllTypes
-
-