Uses of Interface
org.eclipse.ditto.signals.commands.live.base.LiveCommandAnswer
-
Packages that use LiveCommandAnswer Package Description org.eclipse.ditto.signals.commands.live.base This package provides commonly used interfaces and classes aroundLiveCommand. -
-
Uses of LiveCommandAnswer in org.eclipse.ditto.signals.commands.live.base
Methods in org.eclipse.ditto.signals.commands.live.base that return LiveCommandAnswer Modifier and Type Method Description LiveCommandAnswerLiveCommandAnswerBuilder.BuildStep. build()Builds theLiveCommandAnswerto aLiveCommand.static LiveCommandAnswerLiveCommandAnswerFactory. newLiveCommandAnswer(org.eclipse.ditto.signals.commands.base.CommandResponse<?> commandResponse)Returns a new immutable instance ofLiveCommandAnswerwith the given CommandResponse.static LiveCommandAnswerLiveCommandAnswerFactory. newLiveCommandAnswer(org.eclipse.ditto.signals.commands.base.CommandResponse<?> commandResponse, org.eclipse.ditto.signals.events.base.Event<?> event)Returns a new immutable instance ofLiveCommandAnswerwith the given CommandResponse and Event.static LiveCommandAnswerLiveCommandAnswerFactory. newLiveCommandAnswer(org.eclipse.ditto.signals.events.base.Event<?> event)Returns a new immutable instance ofLiveCommandAnswerwith the given CommandResponse.
-