Flow.Net
Show / Hide Table of Contents

Class AccessAPI

AccessAPI is the public-facing API provided by access nodes.

Inheritance
Object
AccessAPI
Namespace: Flow.Net.Sdk.Protos.access
Assembly: Flow.Net.Sdk.Client.Grpc.dll
Syntax
public static class AccessAPI

Properties

| Improve this Doc View Source

Descriptor

Service descriptor

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

Methods

| Improve this Doc View Source

BindService(AccessAPI.AccessAPIBase)

Creates service definition that can be registered with a server

Declaration
public static ServerServiceDefinition BindService(AccessAPI.AccessAPIBase serviceImpl)
Parameters
Type Name Description
AccessAPI.AccessAPIBase serviceImpl

An object implementing the server-side handling logic.

Returns
Type Description
Grpc.Core.ServerServiceDefinition
| Improve this Doc View Source

BindService(ServiceBinderBase, AccessAPI.AccessAPIBase)

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(ServiceBinderBase serviceBinder, AccessAPI.AccessAPIBase serviceImpl)
Parameters
Type Name Description
Grpc.Core.ServiceBinderBase serviceBinder

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

AccessAPI.AccessAPIBase serviceImpl

An object implementing the server-side handling logic.

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX