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