Hello all
I've some pubsub nodes; how can i retrieve a list of strings which identifies the publishers on that node?
On the configure form i've setted:
nodeconfig.setPublishModel(PublishModel.publishers);
i would like to have only few user that can write on the node.
And how can i add a new publisher on that node?
Please help me