public abstract class AsyncMessageAttributesBuilder<R,B extends AsyncMessageAttributesBuilder<R,B>> extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
channelName |
protected Map<String,String> |
channelParameters |
protected String |
protocol |
protected String |
serverName |
| Constructor and Description |
|---|
AsyncMessageAttributesBuilder() |
| Modifier and Type | Method and Description |
|---|---|
abstract R |
build() |
B |
channelName(String channelName) |
B |
channelParameters(Map<String,String> channelParameters) |
protected abstract B |
getThis() |
B |
protocol(String protocol) |
B |
serverName(String serverName) |
protected void |
validateMandatoryFields() |
Copyright © 2025 MuleSoft, Inc.. All rights reserved.