Documentation ¶
Index ¶
- type ChannelAdapter
- func (ca *ChannelAdapter) GetInputChannel(name string) (chan<- []byte, error)
- func (ca *ChannelAdapter) GetMode(name string) (channel.Mode, error)
- func (ca *ChannelAdapter) GetOutputChannel(name string) (<-chan channel.Message, error)
- func (ca *ChannelAdapter) NewChannel(name string, mode channel.Mode, bufferSize, maxRetryPolicy int) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChannelAdapter ¶
type ChannelAdapter struct {
// contains filtered or unexported fields
}
func (*ChannelAdapter) GetInputChannel ¶
func (ca *ChannelAdapter) GetInputChannel(name string) (chan<- []byte, error)
func (*ChannelAdapter) GetMode ¶
func (ca *ChannelAdapter) GetMode(name string) (channel.Mode, error)
func (*ChannelAdapter) GetOutputChannel ¶
func (ca *ChannelAdapter) GetOutputChannel(name string) (<-chan channel.Message, error)
func (*ChannelAdapter) NewChannel ¶
Click to show internal directories.
Click to hide internal directories.