public class GrpcChannelFactory extends Object
| Constructor and Description |
|---|
GrpcChannelFactory() |
| Modifier and Type | Method and Description |
|---|---|
static io.grpc.ManagedChannel |
getChannel(ai.grakn.util.SimpleURI uri) |
static io.grpc.ManagedChannel |
getEncryptedChannel(ai.grakn.util.SimpleURI uri) |
static io.grpc.ManagedChannel |
getEncryptedChannel(ai.grakn.util.SimpleURI uri,
Path trustedCertPath) |
public static io.grpc.ManagedChannel getChannel(ai.grakn.util.SimpleURI uri)
public static io.grpc.ManagedChannel getEncryptedChannel(ai.grakn.util.SimpleURI uri,
Path trustedCertPath)
public static io.grpc.ManagedChannel getEncryptedChannel(ai.grakn.util.SimpleURI uri)
Copyright © 2018 Grakn Labs Ltd. All rights reserved.