Package io.deephaven.enterprise.remote
Interface RemoteTableSessionFactory
- All Known Implementing Classes:
- CorePlusClusterSessionFactory
public interface RemoteTableSessionFactory
A Factory class for creating 
sessions for a ConnectionAwareRemoteTable to connect to.- 
Method SummaryModifier and TypeMethodDescriptionvoidclose()Close any state associated with this factory.Create a newBarrageSessionfor susbcriptions using theRemoteTableStateWatcher.StateToken.
- 
Method Details- 
newSession@NotNull CorePlusClusterSessionFactory.SessionAndChannel newSession(@NotNull RemoteTableStateWatcher.StateToken token) Create a newBarrageSessionfor susbcriptions using theRemoteTableStateWatcher.StateToken.- Parameters:
- token- the state
- Returns:
- a new BarrageSession
 
- 
closevoid close()Close any state associated with this factory.
 
-