register method
- NegotiatorAttributes attributes
Register the negotiator against a connection class by means of attributes
.
Implementation
void register(NegotiatorAttributes attributes) {
_attributes = attributes;
}
Register the negotiator against a connection class by means of attributes
.
void register(NegotiatorAttributes attributes) {
_attributes = attributes;
}