outputs

package
v0.0.0-...-dca56ca Latest Latest
Warning

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

Go to latest
Published: Jul 3, 2014 License: Apache-2.0 Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Amqpout

type Amqpout struct {
	AmqpConnection *amqp.Connection
	AmqpChannel    *amqp.Channel
	AmqpQueue      amqp.Queue

	Terminal chan messages.Message
	// contains filtered or unexported fields
}

func NewAmqpout

func NewAmqpout() *Amqpout

func (*Amqpout) Close

func (amqpout *Amqpout) Close()

func (*Amqpout) Config

func (amqpout *Amqpout) Config(config *generic.ConfigurationLink) bool

func (*Amqpout) Do

func (amqpout *Amqpout) Do(input chan messages.Message) chan messages.Message

func (*Amqpout) GetName

func (amqpout *Amqpout) GetName() string

func (*Amqpout) GetType

func (amqpout *Amqpout) GetType() generic.LinkType

type Fileout

type Fileout struct {
	Terminal chan messages.Message
	// contains filtered or unexported fields
}

func NewFileout

func NewFileout() *Fileout

func (*Fileout) Close

func (fileout *Fileout) Close()

func (*Fileout) Config

func (fileout *Fileout) Config(config *generic.ConfigurationLink) bool

func (*Fileout) Do

func (fileout *Fileout) Do(input chan messages.Message) chan messages.Message

func (*Fileout) GetName

func (fileout *Fileout) GetName() string

func (*Fileout) GetType

func (fileout *Fileout) GetType() generic.LinkType

type Hdfsout

type Hdfsout struct {
	Terminal chan messages.Message
	// contains filtered or unexported fields
}

func NewHdfsout

func NewHdfsout() *Hdfsout

func (*Hdfsout) Close

func (hdfsout *Hdfsout) Close()

func (*Hdfsout) Config

func (hdfsout *Hdfsout) Config(config *generic.ConfigurationLink) bool

func (*Hdfsout) Do

func (hdfsout *Hdfsout) Do(input chan messages.Message) chan messages.Message

func (*Hdfsout) GetName

func (hdfsout *Hdfsout) GetName() string

func (*Hdfsout) GetType

func (hdfsout *Hdfsout) GetType() generic.LinkType

type Httpout

type Httpout struct {
	Terminal chan messages.Message
	// contains filtered or unexported fields
}

func NewHttpout

func NewHttpout() *Httpout

func (*Httpout) Close

func (httpout *Httpout) Close()

func (*Httpout) Config

func (httpout *Httpout) Config(config *generic.ConfigurationLink) bool

func (*Httpout) Do

func (httpout *Httpout) Do(input chan messages.Message) chan messages.Message

func (*Httpout) GetName

func (httpout *Httpout) GetName() string

func (*Httpout) GetType

func (httpout *Httpout) GetType() generic.LinkType

type Mongoout

type Mongoout struct {
	Terminal chan messages.Message
	// contains filtered or unexported fields
}

func NewMongoout

func NewMongoout() *Mongoout

func (*Mongoout) Close

func (mongoout *Mongoout) Close()

func (*Mongoout) Config

func (mongoout *Mongoout) Config(config *generic.ConfigurationLink) bool

func (*Mongoout) Do

func (mongoout *Mongoout) Do(input chan messages.Message) chan messages.Message

func (*Mongoout) GetName

func (mongoout *Mongoout) GetName() string

func (*Mongoout) GetType

func (mongoout *Mongoout) GetType() generic.LinkType

type Nullout

type Nullout struct {
	Terminal chan messages.Message
	// contains filtered or unexported fields
}

func NewNullout

func NewNullout() *Nullout

func (*Nullout) Close

func (nullout *Nullout) Close()

func (*Nullout) Config

func (nullout *Nullout) Config(config *generic.ConfigurationLink) bool

func (*Nullout) Do

func (nullout *Nullout) Do(input chan messages.Message) chan messages.Message

func (*Nullout) GetName

func (nullout *Nullout) GetName() string

func (*Nullout) GetType

func (nullout *Nullout) GetType() generic.LinkType

type Stdout

type Stdout struct {
	Terminal chan messages.Message
	// contains filtered or unexported fields
}

func NewStdout

func NewStdout() *Stdout

func (*Stdout) Close

func (stdout *Stdout) Close()

func (*Stdout) Config

func (stdout *Stdout) Config(config *generic.ConfigurationLink) bool

func (*Stdout) Do

func (stdout *Stdout) Do(input chan messages.Message) chan messages.Message

func (*Stdout) GetName

func (stdout *Stdout) GetName() string

func (*Stdout) GetType

func (stdout *Stdout) GetType() generic.LinkType

Jump to

Keyboard shortcuts

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