Interface ModifyFeaturePropertyLiveCommandAnswerBuilder
-
- All Superinterfaces:
LiveCommandAnswerBuilder,LiveCommandAnswerBuilder.ModifyCommandResponseStep<ModifyFeaturePropertyLiveCommandAnswerBuilder.ResponseFactory,ModifyFeaturePropertyLiveCommandAnswerBuilder.EventFactory>
public interface ModifyFeaturePropertyLiveCommandAnswerBuilder extends LiveCommandAnswerBuilder.ModifyCommandResponseStep<ModifyFeaturePropertyLiveCommandAnswerBuilder.ResponseFactory,ModifyFeaturePropertyLiveCommandAnswerBuilder.EventFactory>
LiveCommandAnswer builder for producingCommandResponses andEvents forModifyFeaturePropertycommands.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceModifyFeaturePropertyLiveCommandAnswerBuilder.EventFactoryFactory for events triggered byModifyFeaturePropertycommand.static interfaceModifyFeaturePropertyLiveCommandAnswerBuilder.ResponseFactoryFactory forCommandResponses toModifyFeaturePropertycommand.-
Nested classes/interfaces inherited from interface org.eclipse.ditto.signals.commands.live.base.LiveCommandAnswerBuilder
LiveCommandAnswerBuilder.BuildStep, LiveCommandAnswerBuilder.EventStep<E extends LiveEventFactory>, LiveCommandAnswerBuilder.ModifyCommandResponseStep<R extends LiveCommandResponseFactory,E extends LiveEventFactory>, LiveCommandAnswerBuilder.QueryCommandResponseStep<R extends LiveCommandResponseFactory>
-
-
Method Summary
-
Methods inherited from interface org.eclipse.ditto.signals.commands.live.base.LiveCommandAnswerBuilder.ModifyCommandResponseStep
withoutResponse, withResponse
-
-