Uses of Interface
org.eclipse.ditto.signals.commands.live.base.LiveCommandResponseFactory
-
Packages that use LiveCommandResponseFactory Package Description org.eclipse.ditto.signals.commands.live.base This package provides commonly used interfaces and classes aroundLiveCommand.org.eclipse.ditto.signals.commands.live.modify This package contains implementations ofLiveCommandandLiveCommandAnswerBuilderfor modification operations like create, update and delete.org.eclipse.ditto.signals.commands.live.query This package contains implementations ofLiveCommandandLiveCommandAnswerBuilderfor query operations. -
-
Uses of LiveCommandResponseFactory in org.eclipse.ditto.signals.commands.live.base
Classes in org.eclipse.ditto.signals.commands.live.base with type parameters of type LiveCommandResponseFactory Modifier and Type Interface Description static interfaceLiveCommandAnswerBuilder.ModifyCommandResponseStep<R extends LiveCommandResponseFactory,E extends LiveEventFactory>Interface for LiveCommandHandleResults which areModifyCommands(changing data).static interfaceLiveCommandAnswerBuilder.QueryCommandResponseStep<R extends LiveCommandResponseFactory>Interface for LiveCommandHandleResults which areQueryCommands(retrieving data). -
Uses of LiveCommandResponseFactory in org.eclipse.ditto.signals.commands.live.modify
Subinterfaces of LiveCommandResponseFactory in org.eclipse.ditto.signals.commands.live.modify Modifier and Type Interface Description static interfaceCreateThingLiveCommandAnswerBuilder.ResponseFactoryFactory forCommandResponses toCreateThingcommand.static interfaceDeleteAttributeLiveCommandAnswerBuilder.ResponseFactoryFactory forCommandResponses toDeleteAttributecommand.static interfaceDeleteAttributesLiveCommandAnswerBuilder.ResponseFactoryFactory forCommandResponses toDeleteAttributescommand.static interfaceDeleteFeatureDefinitionLiveCommandAnswerBuilder.ResponseFactoryFactory forCommandResponses toDeleteFeatureDefinitioncommand.static interfaceDeleteFeatureLiveCommandAnswerBuilder.ResponseFactoryFactory forCommandResponses toDeleteFeaturecommand.static interfaceDeleteFeaturePropertiesLiveCommandAnswerBuilder.ResponseFactoryFactory forCommandResponses toDeleteFeaturePropertiescommand.static interfaceDeleteFeaturePropertyLiveCommandAnswerBuilder.ResponseFactoryFactory forCommandResponses toDeleteFeaturePropertycommand.static interfaceDeleteFeaturesLiveCommandAnswerBuilder.ResponseFactoryFactory forCommandResponses toDeleteFeaturescommand.static interfaceDeleteThingLiveCommandAnswerBuilder.ResponseFactoryFactory forCommandResponses toDeleteThingcommand.static interfaceModifyAttributeLiveCommandAnswerBuilder.ResponseFactoryFactory forCommandResponses toModifyAttributecommand.static interfaceModifyAttributesLiveCommandAnswerBuilder.ResponseFactoryFactory forCommandResponses toModifyAttributescommand.static interfaceModifyFeatureDefinitionLiveCommandAnswerBuilder.ResponseFactoryFactory forCommandResponses toModifyFeatureDefinitioncommand.static interfaceModifyFeatureLiveCommandAnswerBuilder.ResponseFactoryFactory forCommandResponses toModifyFeaturecommand.static interfaceModifyFeaturePropertiesLiveCommandAnswerBuilder.ResponseFactoryFactory forCommandResponses toModifyFeaturePropertiescommand.static interfaceModifyFeaturePropertyLiveCommandAnswerBuilder.ResponseFactoryFactory forCommandResponses toModifyFeaturePropertycommand.static interfaceModifyFeaturesLiveCommandAnswerBuilder.ResponseFactoryFactory forCommandResponses toModifyFeaturescommand.static interfaceModifyThingLiveCommandAnswerBuilder.ResponseFactoryFactory forCommandResponses toModifyThingcommand. -
Uses of LiveCommandResponseFactory in org.eclipse.ditto.signals.commands.live.query
Subinterfaces of LiveCommandResponseFactory in org.eclipse.ditto.signals.commands.live.query Modifier and Type Interface Description static interfaceRetrieveAttributeLiveCommandAnswerBuilder.ResponseFactoryFactory forCommandResponses toRetrieveAttributecommand.static interfaceRetrieveAttributesLiveCommandAnswerBuilder.ResponseFactoryFactory forCommandResponses toRetrieveAttributescommand.static interfaceRetrieveFeatureDefinitionLiveCommandAnswerBuilder.ResponseFactoryFactory forCommandResponses toRetrieveFeatureDefinitioncommand.static interfaceRetrieveFeatureLiveCommandAnswerBuilder.ResponseFactoryFactory forCommandResponses toRetrieveFeaturecommand.static interfaceRetrieveFeaturePropertiesLiveCommandAnswerBuilder.ResponseFactoryFactory forCommandResponses toRetrieveFeaturePropertiescommand.static interfaceRetrieveFeaturePropertyLiveCommandAnswerBuilder.ResponseFactoryFactory forCommandResponses toRetrieveFeaturePropertycommand.static interfaceRetrieveFeaturesLiveCommandAnswerBuilder.ResponseFactoryFactory forCommandResponses toRetrieveFeaturescommand.static interfaceRetrieveThingLiveCommandAnswerBuilder.ResponseFactoryFactory forCommandResponses toRetrieveThingcommand.static interfaceRetrieveThingsLiveCommandAnswerBuilder.ResponseFactoryFactory forCommandResponses toRetrieveThingscommand.
-