The generic function dde-server-topic
is called whenever a client attempts to make a connection to the server. The argument topic-name is a string identifying a topic. If the server recognizes the topic, a method specializing on the server should return an instance of one of the server's topic classes. If the server does not recognize the topic, the method should return nil
.
LispWorks User Guide and Reference Manual - 20 Sep 2017