Represents the options that can be assigned in the constructor of a given socket type, for example new Dealer({...}). Readonly options for the particular socket will be omitted.
new Dealer({...})
S The socket type to which the options should be applied.
Represents the options that can be assigned in the constructor of a given socket type, for example
new Dealer({...})
. Readonly options for the particular socket will be omitted.