ProtonLink.setProperties

Sets the link properties, to be conveyed to the peer via the Attach frame when attaching the link to the session.

Must be called during link setup, i.e. before calling the {@link #open()} method.

@param properties the properties of the link to be coveyed to the remote peer.

interface ProtonLink(T)
void
setProperties
(
Map!(Symbol, Object) properties
)

Meta