Uses of Class
org.apache.activemq.artemis.utils.collections.TypedProperties
-
Packages that use TypedProperties Package Description org.apache.activemq.artemis.utils org.apache.activemq.artemis.utils.collections -
-
Uses of TypedProperties in org.apache.activemq.artemis.utils
Subclasses of TypedProperties in org.apache.activemq.artemis.utils Modifier and Type Class Description classTypedPropertiesDeprecated.UseinsteadConstructors in org.apache.activemq.artemis.utils with parameters of type TypedProperties Constructor Description TypedProperties(TypedProperties other)Deprecated. -
Uses of TypedProperties in org.apache.activemq.artemis.utils.collections
Methods in org.apache.activemq.artemis.utils.collections that return TypedProperties Modifier and Type Method Description TypedPropertiesTypedProperties. putProperty(SimpleString key, Object value)Methods in org.apache.activemq.artemis.utils.collections with parameters of type TypedProperties Modifier and Type Method Description voidTypedProperties. 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 Constructor Description TypedProperties(TypedProperties other)
-