| Modifier and Type | Method and Description |
|---|---|
static AdaptableBuilder |
ProtocolFactory.newAdaptableBuilder(Adaptable existingAdaptable)
Returns a new
AdaptableBuilder for the existing existingAdaptable. |
static AdaptableBuilder |
ProtocolFactory.newAdaptableBuilder(Adaptable existingAdaptable,
TopicPath overwriteTopicPath)
Returns a new
AdaptableBuilder for the existing existingAdaptable and a specific
overwriteTopicPath to overwrite the one in existingAdaptable. |
static AdaptableBuilder |
ProtocolFactory.newAdaptableBuilder(TopicPath topicPath)
Returns a new
AdaptableBuilder for the specified topicPath. |
static AdaptableBuilder |
Adaptable.newBuilder(TopicPath topicPath)
Returns a mutable builder to create immutable
Adaptable instances for a given topicPath. |
AdaptableBuilder |
AdaptableBuilder.withHeaders(org.eclipse.ditto.model.base.headers.DittoHeaders headers)
Sets the given
headers to this builder. |
AdaptableBuilder |
AdaptableBuilder.withPayload(Payload payload)
Sets the given
payload to this builder. |
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.