org.tm4j.tolog.TologFragmentBuilder .setVarTopicNamePrefix(java.lang.String namePrefix)

Description

Sets the string to be prepended to the base name string generated for topics which represent results set variables. The final form of the generated names will be {namePrefix}{variable name}.

Parameters
java.lang.String namePrefix the prefix string used in generating names for the topics which represent results set variables.

Other Resources

Related Topics

Has Parameters