Interface LiveCommandAnswer
-
public interface LiveCommandAnswerThis interface defines an answer for a receivedLiveCommand.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Optional<org.eclipse.ditto.signals.events.base.Event>getEvent()Returns theEventof this answer.Optional<org.eclipse.ditto.signals.commands.base.CommandResponse>getResponse()Returns theCommandResponseof this answer.
-