Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 1.02 KB

NSQEventSource.md

File metadata and controls

20 lines (13 loc) · 1.02 KB

NSQEventSource

NSQEventSource describes the event source for NSQ PubSub More info at https://godoc.org/github.com/nsqio/go-nsq

Properties

Name Type Description Notes
tls io.argoproj.events.models.common.TLSConfig [optional]
connectionBackoff io.argoproj.events.models.common.Backoff [optional]
jsonBody Boolean JSONBody specifies that all event body payload coming from this source will be JSON [optional]
filter EventSourceFilter [optional]
topic String Topic to subscribe to.
hostAddress String HostAddress is the address of the host for NSQ lookup
channel String Channel used for subscription
metadata Map<String, String> Metadata holds the user defined metadata which will passed along the event payload. [optional]