Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 1.19 KB

File metadata and controls

22 lines (15 loc) · 1.19 KB

EmitterEventSource

EmitterEventSource describes the event source for emitter More info at https://emitter.io/develop/getting-started/

Properties

Name Type Description Notes
tls io.argoproj.events.models.common.TLSConfig [optional]
connectionBackoff io.argoproj.events.models.common.Backoff [optional]
password V1SecretKeySelector [optional]
username V1SecretKeySelector [optional]
jsonBody Boolean JSONBody specifies that all event body payload coming from this source will be JSON [optional]
broker String Broker URI to connect to.
filter EventSourceFilter [optional]
channelName String ChannelName refers to the channel name
channelKey String ChannelKey refers to the channel key
metadata Map<String, String> Metadata holds the user defined metadata which will passed along the event payload. [optional]