Uses of Class
org.apache.activemq.artemis.utils.collections.TypedProperties
Packages that use TypedProperties
Package
Description
-
Uses of TypedProperties in org.apache.activemq.artemis.core.client.impl
Methods in org.apache.activemq.artemis.core.client.impl that return TypedProperties -
Uses of TypedProperties in org.apache.activemq.artemis.core.message.impl
Fields in org.apache.activemq.artemis.core.message.impl declared as TypedPropertiesMethods in org.apache.activemq.artemis.core.message.impl that return TypedPropertiesModifier and TypeMethodDescriptionfinal TypedPropertiesCoreMessage.getProperties()I am keeping this synchronized as the decode of the Properties is lazyConstructors in org.apache.activemq.artemis.core.message.impl with parameters of type TypedPropertiesModifierConstructorDescriptionprotectedCoreMessage(CoreMessage other, TypedProperties copyProperties) -
Uses of TypedProperties in org.apache.activemq.artemis.core.persistence.impl.journal
Constructors in org.apache.activemq.artemis.core.persistence.impl.journal with parameters of type TypedPropertiesModifierConstructorDescriptionLargeServerMessageImpl(LargeServerMessageImpl copy, TypedProperties properties, SequentialFile fileCopy, long newID) Copy constructor -
Uses of TypedProperties in org.apache.activemq.artemis.core.server.management
Methods in org.apache.activemq.artemis.core.server.management that return TypedPropertiesConstructors in org.apache.activemq.artemis.core.server.management with parameters of type TypedPropertiesModifierConstructorDescriptionNotification(String uid, NotificationType type, TypedProperties properties) -
Uses of TypedProperties in org.apache.activemq.artemis.reader
Methods in org.apache.activemq.artemis.reader that return TypedPropertiesModifier and TypeMethodDescriptionstatic TypedPropertiesMapMessageUtil.readBodyMap(ActiveMQBuffer message) Utility method to set the map on a message bodyMethods in org.apache.activemq.artemis.reader with parameters of type TypedPropertiesModifier and TypeMethodDescriptionstatic voidMapMessageUtil.readBodyMap(ActiveMQBuffer message, TypedProperties map) Utility method to set the map on a message bodystatic voidMapMessageUtil.writeBodyMap(ActiveMQBuffer message, TypedProperties properties) Utility method to set the map on a message body -
Uses of TypedProperties in org.apache.activemq.artemis.utils
Subclasses of TypedProperties in org.apache.activemq.artemis.utilsConstructors in org.apache.activemq.artemis.utils with parameters of type TypedProperties -
Uses of TypedProperties in org.apache.activemq.artemis.utils.collections
Methods in org.apache.activemq.artemis.utils.collections that return TypedPropertiesMethods in org.apache.activemq.artemis.utils.collections with parameters of type TypedPropertiesModifier and TypeMethodDescriptionvoidTypedProperties.putTypedProperties(TypedProperties otherProps) static voidTypedProperties.setObjectProperty(SimpleString key, Object value, TypedProperties properties) Helper for MapMessage#setObjectProperty(String, Object)Constructors in org.apache.activemq.artemis.utils.collections with parameters of type TypedProperties
instead