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
@ConnectorAttribute(name = "cloud-events-insert-timestamp", type = "boolean", direction = OUTGOING, description = "Whether or not the connector should insert automatically the `time` attribute into the outgoing Cloud Event. Requires `cloud-events` to be set to `true`. This value is used if the message does not configure the `time` attribute itself", alias = "cloud-events-default-timestamp", defaultValue = "true")
84
83
@ConnectorAttribute(name = "cloud-events-mode", type = "string", direction = OUTGOING, description = "The Cloud Event mode (`structured` or `binary` (default)). Indicates how are written the cloud events in the outgoing record", defaultValue = "binary")
85
84
@ConnectorAttribute(name = "lazy-client", type = "boolean", direction = OUTGOING, description = "Whether to create the connection and sender at startup or at first send request", defaultValue = "true")
86
-
@ConnectorAttribute(name = "link-pairing", type = "boolean", direction = INCOMING_AND_OUTGOING, description = "Whether to use AMQP Link Pairing. When enabled, the sender and receiver links are paired according to the AMQP Link Pair specification (OASIS).", defaultValue = "false")
Copy file name to clipboardExpand all lines: smallrye-reactive-messaging-amqp/src/main/java/io/smallrye/reactive/messaging/amqp/AmqpReceiverHelper.java
Copy file name to clipboardExpand all lines: smallrye-reactive-messaging-amqp/src/main/java/io/smallrye/reactive/messaging/amqp/IncomingAmqpChannel.java
0 commit comments