| Modifier and Type | Method and Description |
|---|---|
TopicPath.Channel |
TopicPath.getChannel()
Returns the channel part of this
TopicPath. |
static TopicPath.Channel |
TopicPath.Channel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TopicPath.Channel[] |
TopicPath.Channel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Optional<TopicPath.Channel> |
TopicPath.Channel.forName(String name)
Creates a Channel from the passed Channel
name if such an enum value exists, otherwise an empty
Optional. |
| Modifier and Type | Method and Description |
|---|---|
Adaptable |
ProtocolAdapter.toAdaptable(org.eclipse.ditto.signals.commands.base.Command<?> command,
TopicPath.Channel channel)
Maps the given
command to an Adaptable. |
Adaptable |
DittoProtocolAdapter.toAdaptable(org.eclipse.ditto.signals.commands.base.Command<?> command,
TopicPath.Channel channel) |
Adaptable |
ProtocolAdapter.toAdaptable(org.eclipse.ditto.signals.commands.base.CommandResponse<?> commandResponse,
TopicPath.Channel channel)
Maps the given
CommandResponse to an Adaptable. |
Adaptable |
DittoProtocolAdapter.toAdaptable(org.eclipse.ditto.signals.commands.base.CommandResponse<?> commandResponse,
TopicPath.Channel channel) |
Adaptable |
ProtocolAdapter.toAdaptable(org.eclipse.ditto.signals.events.base.Event<?> event,
TopicPath.Channel channel)
Maps the given
event to an Adaptable. |
Adaptable |
DittoProtocolAdapter.toAdaptable(org.eclipse.ditto.signals.events.base.Event<?> event,
TopicPath.Channel channel) |
Adaptable |
ProtocolAdapter.toAdaptable(org.eclipse.ditto.signals.commands.things.ThingCommandResponse<?> thingCommandResponse,
TopicPath.Channel channel)
Maps the given
ThingCommandResponse to an Adaptable. |
Adaptable |
DittoProtocolAdapter.toAdaptable(org.eclipse.ditto.signals.commands.things.ThingCommandResponse<?> thingCommandResponse,
TopicPath.Channel channel) |
Adaptable |
ProtocolAdapter.toAdaptable(org.eclipse.ditto.signals.commands.things.ThingErrorResponse thingErrorResponse,
TopicPath.Channel channel)
Maps the given
thingErrorResponse to an Adaptable. |
Adaptable |
DittoProtocolAdapter.toAdaptable(org.eclipse.ditto.signals.commands.things.ThingErrorResponse thingErrorResponse,
TopicPath.Channel channel) |
Adaptable |
ProtocolAdapter.toAdaptable(org.eclipse.ditto.signals.events.things.ThingEvent<?> thingEvent,
TopicPath.Channel channel)
Maps the given
thingEvent to an Adaptable. |
Adaptable |
DittoProtocolAdapter.toAdaptable(org.eclipse.ditto.signals.events.things.ThingEvent<?> thingEvent,
TopicPath.Channel channel) |
Adaptable |
ProtocolAdapter.toAdaptable(org.eclipse.ditto.signals.commands.things.modify.ThingModifyCommand<?> thingModifyCommand,
TopicPath.Channel channel)
Maps the given
thingModifyCommand to an Adaptable. |
Adaptable |
DittoProtocolAdapter.toAdaptable(org.eclipse.ditto.signals.commands.things.modify.ThingModifyCommand<?> thingModifyCommand,
TopicPath.Channel channel) |
Adaptable |
ProtocolAdapter.toAdaptable(org.eclipse.ditto.signals.commands.things.modify.ThingModifyCommandResponse<?> thingModifyCommandResponse,
TopicPath.Channel channel)
Maps the given
thingModifyCommandResponse to an Adaptable. |
Adaptable |
DittoProtocolAdapter.toAdaptable(org.eclipse.ditto.signals.commands.things.modify.ThingModifyCommandResponse<?> thingModifyCommandResponse,
TopicPath.Channel channel) |
Adaptable |
ProtocolAdapter.toAdaptable(org.eclipse.ditto.signals.commands.things.query.ThingQueryCommand<?> thingQueryCommand,
TopicPath.Channel channel)
Maps the given
thingQueryCommand to an Adaptable. |
Adaptable |
DittoProtocolAdapter.toAdaptable(org.eclipse.ditto.signals.commands.things.query.ThingQueryCommand<?> thingQueryCommand,
TopicPath.Channel channel) |
Adaptable |
ProtocolAdapter.toAdaptable(org.eclipse.ditto.signals.commands.things.query.ThingQueryCommandResponse<?> thingQueryCommandResponse,
TopicPath.Channel channel)
Maps the given
thingQueryCommandResponse to an Adaptable. |
Adaptable |
DittoProtocolAdapter.toAdaptable(org.eclipse.ditto.signals.commands.things.query.ThingQueryCommandResponse<?> thingQueryCommandResponse,
TopicPath.Channel channel) |
Adaptable |
Adapter.toAdaptable(T t,
TopicPath.Channel channel)
Maps the given
t to it's corresponding Adaptable. |
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.