Interface HasTableState<State extends ClientTableState>
- All Known Implementing Classes:
- ActiveTableBinding,- PausedTableBinding
public interface HasTableState<State extends ClientTableState>
An interface to allow you to put ActiveSubscription in the same collection as PausedSubscription
- 
Method Summary
- 
Method Details- 
getStateState getState()
- 
isActiveboolean isActive()
- 
rollbackvoid rollback()
 
-