Documentation ¶
Index ¶
Constants ¶
View Source
const ( PUSH = ChannelType("push") PULL = ChannelType("pull") PUB = ChannelType("pub") SUB = ChannelType("sub") )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChannelType ¶
type ChannelType string
TODO: FairMQ has the following channel types: push/pull/pub/sub/spub/xsub/pair/req/rep/dealer/router Do we need to support them all?
func (ChannelType) String ¶
func (ct ChannelType) String() string
func (*ChannelType) UnmarshalText ¶
func (ct *ChannelType) UnmarshalText(b []byte) error
type Inbound ¶
type Inbound struct {
// contains filtered or unexported fields
}
func (Inbound) ToFMQMap ¶
func (inbound Inbound) ToFMQMap(port uint64) (pm controlcommands.PropertyMap)
func (*Inbound) UnmarshalYAML ¶
type Outbound ¶
type Outbound struct { Target string `json:"target" yaml:"target"` // contains filtered or unexported fields }
func (*Outbound) ToFMQMap ¶
func (outbound *Outbound) ToFMQMap(endpoint Endpoint) (pm controlcommands.PropertyMap)
func (*Outbound) UnmarshalYAML ¶
Click to show internal directories.
Click to hide internal directories.