Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { // SourceTopics contains topics on which FanIn subscribes. SourceTopics []string // TargetTopic determines the topic on which messages from SourceTopics are published. TargetTopic string // CloseTimeout determines how long router should work for handlers when closing. CloseTimeout time.Duration }
type FanIn ¶
type FanIn struct {
// contains filtered or unexported fields
}
FanIn is a component that receives messages from 1..N topics from a subscriber and publishes them on a specified topic in the publisher. In effect, messages are "multiplexed".
Click to show internal directories.
Click to hide internal directories.