x

package
v0.2.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 28, 2022 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

Functions

This section is empty.

Types

type Svc1Client

func NewSvc1Client

func NewSvc1Client(clientID string, bus psrpc.MessageBus, opts ...psrpc.ClientOption) (Svc1Client, error)

NewSvc1Client creates a psrpc client that implements the Svc1Client interface.

type Svc1Server

type Svc1Server interface {
	// Close and wait for pending RPCs to complete
	Shutdown()

	// Close immediately, without waiting for pending RPCs
	Kill()
}

func NewSvc1Server

func NewSvc1Server(serverID string, svc Svc1ServerImpl, bus psrpc.MessageBus, opts ...psrpc.ServerOption) (Svc1Server, error)

NewSvc1Server builds a RPCServer that will route requests to the corresponding method in the provided svc implementation.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL