Uses of Interface
org.eclipse.ditto.signals.commands.live.base.LiveCommandAnswerBuilder.EventStep
-
Packages that use LiveCommandAnswerBuilder.EventStep Package Description org.eclipse.ditto.signals.commands.live.base This package provides commonly used interfaces and classes aroundLiveCommand. -
-
Uses of LiveCommandAnswerBuilder.EventStep in org.eclipse.ditto.signals.commands.live.base
Methods in org.eclipse.ditto.signals.commands.live.base that return LiveCommandAnswerBuilder.EventStep Modifier and Type Method Description LiveCommandAnswerBuilder.EventStep<E>LiveCommandAnswerBuilder.ModifyCommandResponseStep. withoutResponse()Configures that noCommandResponseis sent for the incomingCommand.LiveCommandAnswerBuilder.EventStep<E>LiveCommandAnswerBuilder.ModifyCommandResponseStep. withResponse(Function<R,org.eclipse.ditto.signals.commands.base.CommandResponse<?>> createResponseFunction)Configures the function for creating aCommandResponsefor the incomingCommand.
-