Package io.deephaven.client.impl
Interface BarrageSessionFactory
- All Known Subinterfaces:
BarrageSubcomponent
- All Known Implementing Classes:
BarrageSessionFactoryConfig.Factory
public interface BarrageSessionFactory
-
Method Summary
Modifier and TypeMethodDescriptionio.grpc.ManagedChannel
TheManagedChannel
associated withthis
factory.Creates a newBarrageSession
.
-
Method Details
-
newBarrageSession
BarrageSession newBarrageSession()Creates a newBarrageSession
. Closing the session does not close themanagedChannel()
.- Returns:
- the new barrage session
-
managedChannel
io.grpc.ManagedChannel managedChannel()TheManagedChannel
associated withthis
factory. UseManagedChannel.shutdown()
whenthis
factory and sessions are no longer needed.- Returns:
- the managed channel
-