Package io.deephaven.client.impl
Interface BarrageSubcomponent.Builder
- Enclosing interface:
- BarrageSubcomponent
@Builder
public static interface BarrageSubcomponent.Builder
-
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
-
scheduler
-
allocator
BarrageSubcomponent.Builder allocator(@BindsInstance org.apache.arrow.memory.BufferAllocator bufferAllocator) -
authenticationTypeAndValue
BarrageSubcomponent.Builder authenticationTypeAndValue(@BindsInstance @Nullable @Named("authenticationTypeAndValue") String authenticationTypeAndValue) -
build
BarrageSubcomponent build()
-