public final class JmsxPropertiesBuilder extends Object
JmsxProperties instance based on the predefined properties
names.
This is useful for converting the properties Map found in the original Message to their representation as
JmsxProperties. A default value is provided for the properties that are not set.
| Modifier and Type | Method and Description |
|---|---|
JmsxPropertiesBuilder |
add(String key,
Object value) |
JmsxProperties |
build() |
static JmsxPropertiesBuilder |
create() |
public static JmsxPropertiesBuilder create()
public JmsxPropertiesBuilder add(String key, Object value)
public JmsxProperties build()
Copyright © 2023. All rights reserved.