You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// Gets/sets a reference to the AsyncAPI operation to call
32
+
/// Gets/sets the name of the channel on which to perform the operation. The operation to perform is defined by declaring either message, in which case the channel's publish operation will be executed, or subscription, in which case the channel's subscribe operation will be executed.<para></para>
33
+
/// Used only in case the referenced document uses AsyncAPI v2.6.0
/// Gets/sets a reference to the server to call the specified AsyncAPI operation on. If not set, default to the first server matching the operation's channel.
46
+
/// Gets/sets a object used to configure to the server to call the specified AsyncAPI operation on.<para></para>
47
+
/// If not set, default to the first server matching the operation's channel.
/// Gets/sets an additional endpoint for emitting a carbon copy of the event.
32
+
/// While the runtime's default cloud event endpoint remains the primary destination, setting this property ensures that the event is also published to the specified endpoint.
33
+
/// Ideally, this property is left unset so that event delivery relies solely on the runtime's configured endpoint, but when provided, the event will be sent to both endpoints concurrently.
0 commit comments