Uses of Class
com.swiftmq.impl.streams.comp.message.PropertySet
Packages that use PropertySet
-
Uses of PropertySet in com.swiftmq.impl.streams.comp.message
Methods in com.swiftmq.impl.streams.comp.message that return PropertySetModifier and TypeMethodDescriptionReturns a new PropertySet that contains all Properties which name ends with the suffix.PropertySet.notEndsWith
(String suffix) Returns a new PropertySet that contains all Properties which name does NOT end with the suffix.Returns a new PropertySet that contains all Properties which name is not equals the prefix.PropertySet.notStartsWith
(String prefix) Returns a new PropertySet that contains all Properties which name do NOT starts with the prefix.Message.properties()
Returns a PropertySet that contains all Message Properties of this MessageReturns a new PropertySet that contains all Properties which name matches the regular expression.PropertySet.startsWith
(String prefix) Returns a new PropertySet that contains all Properties which name starts with the prefix.