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 Summary
Modifier and TypeMethodDescriptionvoid
close()
Close any state associated with this factory.Create a newBarrageSession
for susbcriptions using theRemoteTableStateWatcher.StateToken
.
-
Method Details
-
newSession
@NotNull CorePlusClusterSessionFactory.SessionAndChannel newSession(@NotNull RemoteTableStateWatcher.StateToken token) Create a newBarrageSession
for susbcriptions using theRemoteTableStateWatcher.StateToken
.- Parameters:
token
- the state- Returns:
- a new
BarrageSession
-
close
void close()Close any state associated with this factory.
-