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

    Modifier and Type
    Method
    Description
     
    boolean
     
    void
     
  • Method Details

    • getState

      State getState()
    • isActive

      boolean isActive()
    • rollback

      void rollback()