registerNegotiator method
- Bind2FeatureNegotiatorInterface negotiator
Register negotiator
against the Bind2 negotiator to append data to the Bind2
negotiation.
Implementation
void registerNegotiator(Bind2FeatureNegotiatorInterface negotiator) {
_negotiators.add(negotiator);
}