dispatcher

package
v1.52.0 Latest Latest
Warning

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

Go to latest
Published: Apr 29, 2026 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Overview

Package dispatcher defines middleware that injects the dispatcher into the context.

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 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