Package io.deephaven.client.impl
Interface BarrageSubcomponent
- All Superinterfaces:
BarrageSessionFactory
@Subcomponent(modules={SessionImplModule.class,FlightSessionModule.class,BarrageSessionModule.class})
public interface BarrageSubcomponent
extends BarrageSessionFactory
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
static interface
-
Method Summary
Modifier and TypeMethodDescriptionio.grpc.ManagedChannel
TheManagedChannel
associated withthis
factory.Creates a newBarrageSession
.
-
Method Details
-
newBarrageSession
BarrageSession newBarrageSession()Description copied from interface:BarrageSessionFactory
Creates a newBarrageSession
. Closing the session does not close theBarrageSessionFactory.managedChannel()
.- Specified by:
newBarrageSession
in interfaceBarrageSessionFactory
- Returns:
- the new barrage session
-
managedChannel
io.grpc.ManagedChannel managedChannel()Description copied from interface:BarrageSessionFactory
TheManagedChannel
associated withthis
factory. UseManagedChannel.shutdown()
whenthis
factory and sessions are no longer needed.- Specified by:
managedChannel
in interfaceBarrageSessionFactory
- Returns:
- the managed channel
-