Class TableSubscription
java.lang.Object
com.illumon.iris.sbetransport.server.TableSubscription
- All Implemented Interfaces:
AutoCloseable
Holder for stuff related to an active table subscription.
Starting and closing are synchronized to avoid races.
-
Method Details
-
start
public void start() -
getSubId
public int getSubId() -
getListener
-
getTable
-
getColumns
-
getMode
-
close
public void close()- Specified by:
close
in interfaceAutoCloseable
-