Uses of Interface
javax.jms.TopicPublisher
-
-
Uses of TopicPublisher in javax.jms
Fields in javax.jms declared as TopicPublisher Modifier and Type Field Description (package private) TopicPublisher
TopicRequestor. publisher
Methods in javax.jms that return TopicPublisher Modifier and Type Method Description TopicPublisher
TopicSession. createPublisher(Topic topic)
Creates a publisher for the specified topic.
-