Interface JmsTemporaryTopic
- All Superinterfaces:
jakarta.jms.Destination, JmsDestination, JmsPropertyContext, JmsReadablePropertyContext, JmsTopic, Map<String,Object>, Serializable, jakarta.jms.TemporaryTopic, jakarta.jms.Topic
- All Known Implementing Classes:
MQTemporaryTopic
JmsTemporaryTopic interface - this is a jakarta.jms.TemporaryTopic with properties.
A JmsTemporaryTopic implementation is a unique Topic object created for the duration of a
Connection.
- See Also:
-
Nested Class Summary
-
Field Summary
Fields inherited from interface JmsDestination
DESTINATION_TYPE_QUEUE, DESTINATION_TYPE_TOPIC -
Method Summary
Methods inherited from interface JmsPropertyContext
setBatchProperties, setBooleanProperty, setByteProperty, setBytesProperty, setCharProperty, setDoubleProperty, setFloatProperty, setIntProperty, setLongProperty, setObjectProperty, setShortProperty, setStringProperty, toJsonMethods inherited from interface JmsReadablePropertyContext
getBooleanProperty, getByteProperty, getBytesProperty, getCharProperty, getDoubleProperty, getFloatProperty, getIntProperty, getLongProperty, getObjectProperty, getPropertyNames, getShortProperty, getStringProperty, propertyExists, stringifyMeMethods inherited from interface Map
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesMethods inherited from interface jakarta.jms.TemporaryTopic
deleteMethods inherited from interface jakarta.jms.Topic
getTopicName, toString