public class AuthCallOptions extends Object implements AutoCloseable
| Constructor and Description |
|---|
AuthCallOptions() |
AuthCallOptions(ScheduledExecutorService scheduler,
String database,
List<EndpointRecord> endpoints,
ManagedChannelFactory channelFactory,
GrpcTransportBuilder transportBuilder) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
io.grpc.CallOptions |
getGrpcCallOptions() |
String |
getToken() |
public AuthCallOptions()
public AuthCallOptions(ScheduledExecutorService scheduler, String database, List<EndpointRecord> endpoints, ManagedChannelFactory channelFactory, GrpcTransportBuilder transportBuilder)
public void close()
close in interface AutoCloseablepublic String getToken()
public io.grpc.CallOptions getGrpcCallOptions()
Copyright © 2023. All rights reserved.