dispatcher

package
v1.7.1 Latest Latest
Warning

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

Go to latest
Published: May 2, 2022 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ContextWithHandle

func ContextWithHandle(ctx context.Context) context.Context

ContextWithHandle adds a placeholder to a context that will later be filled by the dispatcher

func FromContext

func FromContext(ctx context.Context) dispatch.Dispatcher

FromContext reads the selected dispatcher out of a context.Context and returns nil if it does not exist.

func MustFromContext

func MustFromContext(ctx context.Context) dispatch.Dispatcher

MustFromContext reads the selected dispatcher out of a context.Context, computes a zedtoken from it, and panics if it has not been set on the context.

func SetInContext

func SetInContext(ctx context.Context, dispatcher dispatch.Dispatcher) error

SetInContext adds a dispatcher to the given context

func StreamServerInterceptor

func StreamServerInterceptor(dispatcher dispatch.Dispatcher) grpc.StreamServerInterceptor

StreamServerInterceptor returns a new stream server interceptor that adds the dispatcher to the context

func UnaryServerInterceptor

func UnaryServerInterceptor(dispatcher dispatch.Dispatcher) grpc.UnaryServerInterceptor

UnaryServerInterceptor returns a new unary server interceptor that adds the dispatcher to the context

Types

This section is empty.

Jump to

Keyboard shortcuts

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