Show / Hide Table of Contents

Class KeyValueStore

Inheritance
Object
KeyValueStore
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
System.Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
System.Object.ToString()
Namespace: Libplanet.Store.Remote
Assembly: Libplanet.Store.Remote.dll
Syntax
public static class KeyValueStore

Properties

| Improve this Doc View Source

Descriptor

Service descriptor

Declaration
public static Google.Protobuf.Reflection.ServiceDescriptor Descriptor { get; }
Property Value
Type Description
Google.Protobuf.Reflection.ServiceDescriptor

Methods

| Improve this Doc View Source

BindService(Grpc.Core.ServiceBinderBase, KeyValueStore.KeyValueStoreBase)

Register service method with a service binder with or without implementation. Useful when customizing the service binding logic. Note: this method is part of an experimental API that can change or be removed without any prior notice.

Declaration
public static void BindService(Grpc.Core.ServiceBinderBase serviceBinder, KeyValueStore.KeyValueStoreBase serviceImpl)
Parameters
Type Name Description
Grpc.Core.ServiceBinderBase serviceBinder

Service methods will be bound by calling AddMethod on this object.

KeyValueStore.KeyValueStoreBase serviceImpl

An object implementing the server-side handling logic.

| Improve this Doc View Source

BindService(KeyValueStore.KeyValueStoreBase)

Creates service definition that can be registered with a server

Declaration
public static Grpc.Core.ServerServiceDefinition BindService(KeyValueStore.KeyValueStoreBase serviceImpl)
Parameters
Type Name Description
KeyValueStore.KeyValueStoreBase serviceImpl

An object implementing the server-side handling logic.

Returns
Type Description
Grpc.Core.ServerServiceDefinition
  • Improve this Doc
  • View Source
In This Article
Back to top Copyright © 2018–2023 Planetarium