LiveCommandAnswerBuilder.BuildStep |
LiveCommandAnswerBuilder.EventStep.withEvent(Function<E,org.eclipse.ditto.signals.events.base.Event<?>> createEventFunction) |
Configures the Event confirming the modifications requested in the incoming Command.
|
LiveCommandAnswerBuilder.BuildStep |
LiveCommandAnswerBuilder.EventStep.withoutEvent() |
Configures that no Event is sent for the incoming Command.
|
LiveCommandAnswerBuilder.BuildStep |
LiveCommandAnswerBuilder.QueryCommandResponseStep.withoutResponse() |
Configures that no CommandResponse is sent for the incoming Command.
|
LiveCommandAnswerBuilder.BuildStep |
LiveCommandAnswerBuilder.QueryCommandResponseStep.withResponse(Function<R,org.eclipse.ditto.signals.commands.base.CommandResponse<?>> createResponseFunction) |
Configures the function for creating a CommandResponse for the incoming Command.
|