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.ManagedChannelTheManagedChannelassociated withthisfactory.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()TheManagedChannelassociated withthisfactory. UseManagedChannel.shutdown()whenthisfactory and sessions are no longer needed.- Returns:
- the managed channel
-