public interface ExchangeAttributeBuilder
This makes it easy to configure attributes based on a string representation
| Modifier and Type | Method | Description |
|---|---|---|
ExchangeAttribute |
build(String token) |
Build the attribute from a text based representation.
|
String |
name() |
The string representation of the attribute name.
|
int |
priority() |
The priority of the builder.
|
String name()
ExchangeAttribute build(String token)
token - The string tokenint priority()
Copyright © 2026 JBoss by Red Hat. All rights reserved.