Package deltix.qsrv.hf.tickdb.pub.query
Interface SymbolAndTypeSubscriptionController
-
- All Superinterfaces:
EntityAndTypeSubscriptionController
,EntitySubscriptionController
,SymbolSubscriptionController
,TypeSubscriptionController
- All Known Subinterfaces:
InstrumentMessageSource
,SubscriptionController
,SymbolAndTypeSubscriptionControllerAdapter
,SymbolAndTypeSubscriptionControllerClient
,TickCursor
- All Known Implementing Classes:
InstrumentMessageSourceAdapter
,LimitedInstrumentMessageSource
,SubscriptionManagerWrapper
,TickCursorAdapter
,TickCursorClientAeron
public interface SymbolAndTypeSubscriptionController extends SymbolSubscriptionController, EntityAndTypeSubscriptionController
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
add(java.lang.CharSequence[] symbols, java.lang.String[] types)
Add symbols of certain types to the subscription.void
remove(java.lang.CharSequence[] symbols, java.lang.String[] types)
Remove symbols of certain types from the subscription.-
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.SymbolSubscriptionController
addSymbol, addSymbols, addSymbols, clearAllSymbols, removeSymbol, removeSymbols, removeSymbols, subscribeToAllSymbols
-
Methods inherited from interface deltix.qsrv.hf.tickdb.pub.query.TypeSubscriptionController
addTypes, removeTypes, setTypes, subscribeToAllTypes
-
-
-
-
Method Detail
-
add
void add(java.lang.CharSequence[] symbols, java.lang.String[] types)
Add symbols of certain types to the subscription.- Parameters:
symbols
- symbols notationstypes
- types (full names)
-
remove
void remove(java.lang.CharSequence[] symbols, java.lang.String[] types)
Remove symbols of certain types from the subscription.- Parameters:
symbols
- symbols notationstypes
- types (full names)
-
-