Package io.deephaven.client.impl
Interface BarrageSubcomponent.Builder
- All Superinterfaces:
BarrageSessionFactoryBuilder
- Enclosing interface:
- BarrageSubcomponent
-
Method Summary
Modifier and TypeMethodDescriptionallocator(org.apache.arrow.memory.BufferAllocator bufferAllocator) authenticationTypeAndValue(String authenticationTypeAndValue) build()managedChannel(io.grpc.ManagedChannel channel) scheduler(ScheduledExecutorService scheduler)
-
Method Details
-
managedChannel
- Specified by:
managedChannelin interfaceBarrageSessionFactoryBuilder
-
scheduler
- Specified by:
schedulerin interfaceBarrageSessionFactoryBuilder
-
allocator
BarrageSubcomponent.Builder allocator(@BindsInstance org.apache.arrow.memory.BufferAllocator bufferAllocator) - Specified by:
allocatorin interfaceBarrageSessionFactoryBuilder
-
authenticationTypeAndValue
BarrageSubcomponent.Builder authenticationTypeAndValue(@BindsInstance @Nullable @Named("authenticationTypeAndValue") String authenticationTypeAndValue) - Specified by:
authenticationTypeAndValuein interfaceBarrageSessionFactoryBuilder
-
build
BarrageSubcomponent build()- Specified by:
buildin interfaceBarrageSessionFactoryBuilder
-