Uses of Interface
jakarta.jms.TopicPublisher
-
Packages that use TopicPublisher Package Description jakarta.jms The Jakarta Messaging API provides a common way for Java programs to create, send, receive and read an enterprise messaging system's messages. -
-
Uses of TopicPublisher in jakarta.jms
Methods in jakarta.jms that return TopicPublisher Modifier and Type Method Description TopicPublisher
TopicSession. createPublisher(Topic topic)
Creates a publisher for the specified topic.
-