Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 1018 Bytes

NATSEventsSource.md

File metadata and controls

20 lines (13 loc) · 1018 Bytes

NATSEventsSource

NATSEventsSource refers to event-source for NATS related events

Properties

Name Type Description Notes
tls io.argoproj.events.models.common.TLSConfig [optional]
connectionBackoff io.argoproj.events.models.common.Backoff [optional]
url String URL to connect to NATS cluster
jsonBody Boolean JSONBody specifies that all event body payload coming from this source will be JSON [optional]
auth NATSAuth [optional]
filter EventSourceFilter [optional]
metadata Map<String, String> Metadata holds the user defined metadata which will passed along the event payload. [optional]
subject String Subject holds the name of the subject onto which messages are published