Session.setProperties

Sets the local session properties, to be conveyed to the peer via the Begin frame when attaching the session to the session.

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

@param properties the properties map to send, or null for none.

interface Session
void
setProperties
(
Map!(Symbol, Object) properties
)

Meta