public abstract class AbstractLedgerClient
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
protected static interface |
AbstractLedgerClient.ThrowableConsumer<T> |
Modifier and Type | Field and Description |
---|---|
protected static io.grpc.Metadata.Key<com.scalar.dl.rpc.Status> |
STATUS_TRAILER_KEY |
Constructor and Description |
---|
AbstractLedgerClient() |
Modifier and Type | Method and Description |
---|---|
protected <T> void |
accept(AbstractLedgerClient.ThrowableConsumer f,
T request) |
protected void |
configureHeader(io.grpc.netty.NettyChannelBuilder builder,
ClientConfig config) |
protected void |
configureTls(io.grpc.netty.NettyChannelBuilder builder,
ClientConfig config) |
protected void |
throwExceptionWithStatusCode(java.lang.Exception e) |
protected static final io.grpc.Metadata.Key<com.scalar.dl.rpc.Status> STATUS_TRAILER_KEY
protected void configureTls(io.grpc.netty.NettyChannelBuilder builder, ClientConfig config) throws javax.net.ssl.SSLException
javax.net.ssl.SSLException
protected void configureHeader(io.grpc.netty.NettyChannelBuilder builder, ClientConfig config)
protected <T> void accept(AbstractLedgerClient.ThrowableConsumer f, T request)
protected void throwExceptionWithStatusCode(java.lang.Exception e)