support

package
v0.0.0-...-d09eed2 Latest Latest
Warning

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

Go to latest
Published: Feb 17, 2024 License: Apache-2.0 Imports: 16 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func LoadRoutes

func LoadRoutes(ctx context.Context, route string, params any) error

Types

type ChannelVerticle

type ChannelVerticle struct {
	processors.DefaultVerticle
	// contains filtered or unexported fields
}

func (*ChannelVerticle) Receive

func (p *ChannelVerticle) Receive(ac actor.Context)

func (*ChannelVerticle) Reify

type ProcessorVerticle

type ProcessorVerticle struct {
	processors.DefaultVerticle
	// contains filtered or unexported fields
}

func (*ProcessorVerticle) Receive

func (p *ProcessorVerticle) Receive(ac actor.Context)

func (*ProcessorVerticle) Reify

type ReifyableVerticle

type ReifyableVerticle interface {
	camel.Verticle
	processors.Reifyable
}

func NewChannelVerticle

func NewChannelVerticle(channel chan camel.Message) ReifyableVerticle

func NewProcessorsVerticle

func NewProcessorsVerticle(processor camel.Processor) ReifyableVerticle

type RootVerticle

type RootVerticle struct {
	processors.DefaultVerticle

	V camel.Verticle
	P *actor.PID
	C chan camel.Message
}

func NewRootVerticle

func NewRootVerticle(v camel.Verticle) *RootVerticle

func (*RootVerticle) Get

func (r *RootVerticle) Get(timeout time.Duration) (camel.Message, error)

func (*RootVerticle) Receive

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

type T

type T struct {
	*gomega.WithT
	// contains filtered or unexported fields
}

func (*T) Camel

func (t *T) Camel() camel.Context

func (*T) Ctx

func (t *T) Ctx() context.Context

func (*T) T

func (t *T) T() *testing.T

type Test

type Test interface {
	T() *testing.T
	Ctx() context.Context
	Camel() camel.Context

	gomega.Gomega
}

func With

func With(t *testing.T) Test

Jump to

Keyboard shortcuts

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