// no channel found to submit pubsub data
// choose the default server
if (null == hChannel) {
hChannel = defaultServerChannel;
}
hChannel.submitOp(pubSubData);
}
void submitOpThruChannel(PubSubData pubSubData, Channel channel) {
logger.debug("Submit operation {} to thru channel {}.",
va(pubSubData, channel));