binding

package
v1.13.2 Latest Latest
Warning

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

Go to latest
Published: Apr 3, 2024 License: Apache-2.0 Imports: 32 Imported by: 0

Documentation

Index

Constants

View Source
const (
	ComponentDirection  = "direction"
	ComponentTypeInput  = "input"
	ComponentTypeOutput = "output"

	// output bindings concurrency.
	ConcurrencyParallel   = "parallel"
	ConcurrencySequential = "sequential"
)

Variables

This section is empty.

Functions

func New

func New(opts Options) *binding

Types

type Options

type Options struct {
	IsHTTP bool

	Registry       *compbindings.Registry
	ComponentStore *compstore.ComponentStore
	Meta           *meta.Meta
	Resiliency     resiliency.Provider
	GRPC           *manager.Manager
	TracingSpec    *config.TracingSpec
	Channels       *channels.Channels
}

Jump to

Keyboard shortcuts

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