route

package
v0.0.0-...-f162aa9 Latest Latest
Warning

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

Go to latest
Published: Jan 20, 2025 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

View Source
const TAG = "route"

Variables

This section is empty.

Functions

This section is empty.

Types

type From

type From struct {
	endpoint.Endpoint `yaml:",inline"`

	Steps []processors.Step `yaml:"steps,omitempty"`
}

type Route

type Route struct {
	processors.DefaultVerticle

	Group string `yaml:"group,omitempty"`
	From  From   `yaml:"from"`
	// contains filtered or unexported fields
}

func (*Route) Receive

func (r *Route) Receive(ac actor.Context)

func (*Route) Reify

func (r *Route) Reify(ctx context.Context) (camel.Verticle, error)

Jump to

Keyboard shortcuts

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