telemetry

package
v0.5.0 Latest Latest
Warning

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

Go to latest
Published: Sep 14, 2026 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Overview

path: nexssp/flow/telemetry/executor.go

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ActionInvoker

type ActionInvoker interface {
	ExecuteDecoded(ctx context.Context, decodeFn func(any) error) (any, error)
}

type HotPathExecutor

type HotPathExecutor struct {
	// contains filtered or unexported fields
}

func NewHotPathExecutor

func NewHotPathExecutor(ring *ringbuf.Ring) *HotPathExecutor

func (*HotPathExecutor) ExecuteNode

func (e *HotPathExecutor) ExecuteNode(
	ctx context.Context,
	nodeID [16]byte,
	invoker ActionInvoker,
	payloadInput []byte,
) (out any, err error)

Jump to

Keyboard shortcuts

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