Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type STOMP ¶
type STOMP struct { Host string `toml:"host"` Username config.Secret `toml:"username"` Password config.Secret `toml:"password"` QueueName string `toml:"queueName"` Log telegraf.Logger `toml:"-"` HeartBeatSend config.Duration `toml:"heartbeat_timeout_send"` HeartBeatRec config.Duration `toml:"heartbeat_timeout_receive"` commontls.ClientConfig // contains filtered or unexported fields }
func (*STOMP) SampleConfig ¶
func (*STOMP) SetSerializer ¶
func (q *STOMP) SetSerializer(serializer serializers.Serializer)
Click to show internal directories.
Click to hide internal directories.