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 }
Click to show internal directories.
Click to hide internal directories.