Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
Patch Available
Description
SingleLinkBuilder and SystemLinkBuilder forces it constructor to receive a ServerMessageContext but it's not actually needed. Both just pass the context to the abstractClass that uses the interface MessageContext.
I think they should receive a MessageContext to allow extensions can be easy developed.