Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ChannelVerticle ¶
type ChannelVerticle struct { processors.DefaultVerticle // contains filtered or unexported fields }
func (*ChannelVerticle) Receive ¶
func (p *ChannelVerticle) Receive(ac actor.Context)
type ProcessorVerticle ¶
type ProcessorVerticle struct { processors.DefaultVerticle // contains filtered or unexported fields }
func (*ProcessorVerticle) Receive ¶
func (p *ProcessorVerticle) Receive(ac actor.Context)
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) Receive ¶
func (r *RootVerticle) Receive(ac actor.Context)
Click to show internal directories.
Click to hide internal directories.