public static class Properties.Builder extends Object
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
Properties |
build() |
Properties.Builder |
withAppId(String appId) |
Properties.Builder |
withClusterId(String clusterId) |
Properties.Builder |
withContentEncoding(String contentEncoding) |
Properties.Builder |
withContentType(String contentType) |
Properties.Builder |
withCorrelationId(String correlationId) |
Properties.Builder |
withDeliveryMode(DeliveryMode deliveryMode) |
Properties.Builder |
withExpiration(String expiration) |
Properties.Builder |
withMessageId(String messageId) |
Properties.Builder |
withPriority(Integer priority) |
Properties.Builder |
withReplyTo(String replyTo) |
Properties.Builder |
withTimestamp(Date timestamp) |
Properties.Builder |
withType(String type) |
Properties.Builder |
withUserid(String userId) |
public Properties.Builder withContentType(String contentType)
public Properties.Builder withContentEncoding(String contentEncoding)
public Properties.Builder withDeliveryMode(DeliveryMode deliveryMode)
public Properties.Builder withPriority(Integer priority)
public Properties.Builder withCorrelationId(String correlationId)
public Properties.Builder withReplyTo(String replyTo)
public Properties.Builder withExpiration(String expiration)
public Properties.Builder withMessageId(String messageId)
public Properties.Builder withTimestamp(Date timestamp)
public Properties.Builder withType(String type)
public Properties.Builder withUserid(String userId)
public Properties.Builder withAppId(String appId)
public Properties.Builder withClusterId(String clusterId)
public Properties build()
Copyright © 2023 MuleSoft, Inc.. All rights reserved.