Uses of Interface
org.eclipse.ditto.signals.commands.live.base.LiveCommandAnswerBuilder
-
Packages that use LiveCommandAnswerBuilder 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 LiveCommandAnswerBuilder in org.eclipse.ditto.signals.commands.live.base
Classes in org.eclipse.ditto.signals.commands.live.base with type parameters of type LiveCommandAnswerBuilder Modifier and Type Class Description classAbstractLiveCommand<T extends LiveCommand<T,B>,B extends LiveCommandAnswerBuilder>An abstract base implementation for allLiveCommands.interfaceLiveCommand<T extends org.eclipse.ditto.signals.commands.base.Command<T>,B extends LiveCommandAnswerBuilder>A Handle for liveCommands giving access to the command.Subinterfaces of LiveCommandAnswerBuilder in org.eclipse.ditto.signals.commands.live.base Modifier and Type Interface Description static interfaceLiveCommandAnswerBuilder.EventStep<E extends LiveEventFactory>Interface for LiveCommandHandleResults which emitEvents.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 LiveCommandAnswerBuilder in org.eclipse.ditto.signals.commands.live.modify
Subinterfaces of LiveCommandAnswerBuilder in org.eclipse.ditto.signals.commands.live.modify Modifier and Type Interface Description interfaceCreateThingLiveCommandAnswerBuilderLiveCommandAnswer builder for producingCommandResponses andEvents forCreateThingcommands.interfaceDeleteAttributeLiveCommandAnswerBuilderLiveCommandAnswer builder for producingCommandResponses andEvents forDeleteAttributecommands.interfaceDeleteAttributesLiveCommandAnswerBuilderLiveCommandAnswer builder for producingCommandResponses andEvents forDeleteAttributescommands.interfaceDeleteFeatureDefinitionLiveCommandAnswerBuilderLiveCommandAnswer builder for producingCommandResponses andEvents forDeleteFeatureDefinitioncommands.interfaceDeleteFeatureLiveCommandAnswerBuilderLiveCommandAnswer builder for producingCommandResponses andEvents forDeleteFeaturecommands.interfaceDeleteFeaturePropertiesLiveCommandAnswerBuilderLiveCommandAnswer builder for producingCommandResponses andEvents forDeleteFeaturePropertiescommands.interfaceDeleteFeaturePropertyLiveCommandAnswerBuilderLiveCommandAnswer builder for producingCommandResponses andEvents forDeleteFeaturePropertycommands.interfaceDeleteFeaturesLiveCommandAnswerBuilderLiveCommandAnswer builder for producingCommandResponses andEvents forDeleteFeaturescommands.interfaceDeleteThingLiveCommandAnswerBuilderLiveCommandAnswer builder for producingCommandResponses andEvents forDeleteThingcommands.interfaceModifyAttributeLiveCommandAnswerBuilderLiveCommandAnswer builder for producingCommandResponses andEvents forModifyAttributecommands.interfaceModifyAttributesLiveCommandAnswerBuilderLiveCommandAnswer builder for producingCommandResponses andEvents forModifyAttributescommands.interfaceModifyFeatureDefinitionLiveCommandAnswerBuilderLiveCommandAnswer builder for producingCommandResponses andEvents forModifyFeatureDefinitioncommands.interfaceModifyFeatureLiveCommandAnswerBuilderLiveCommandAnswer builder for producingCommandResponses andEvents forModifyFeaturecommands.interfaceModifyFeaturePropertiesLiveCommandAnswerBuilderLiveCommandAnswer builder for producingCommandResponses andEvents forModifyFeaturePropertiescommands.interfaceModifyFeaturePropertyLiveCommandAnswerBuilderLiveCommandAnswer builder for producingCommandResponses andEvents forModifyFeaturePropertycommands.interfaceModifyFeaturesLiveCommandAnswerBuilderLiveCommandAnswer builder for producingCommandResponses andEvents forModifyFeaturescommands.interfaceModifyThingLiveCommandAnswerBuilderLiveCommandAnswer builder for producingCommandResponses andEvents forModifyThingcommands. -
Uses of LiveCommandAnswerBuilder in org.eclipse.ditto.signals.commands.live.query
Subinterfaces of LiveCommandAnswerBuilder in org.eclipse.ditto.signals.commands.live.query Modifier and Type Interface Description interfaceRetrieveAttributeLiveCommandAnswerBuilderLiveCommandAnswer builder for producingCommandResponses forRetrieveAttributecommands.interfaceRetrieveAttributesLiveCommandAnswerBuilderLiveCommandAnswer builder for producingCommandResponses forRetrieveAttributescommands.interfaceRetrieveFeatureDefinitionLiveCommandAnswerBuilderLiveCommandAnswer builder for producingCommandResponses forRetrieveFeatureDefinitioncommands.interfaceRetrieveFeatureLiveCommandAnswerBuilderLiveCommandAnswer builder for producingCommandResponses forRetrieveFeaturecommands.interfaceRetrieveFeaturePropertiesLiveCommandAnswerBuilderLiveCommandAnswer builder for producingCommandResponses forRetrieveFeaturePropertiescommands.interfaceRetrieveFeaturePropertyLiveCommandAnswerBuilderLiveCommandAnswer builder for producingCommandResponses forRetrieveFeaturePropertycommands.interfaceRetrieveFeaturesLiveCommandAnswerBuilderLiveCommandAnswer builder for producingCommandResponses forRetrieveFeaturescommands.interfaceRetrieveThingLiveCommandAnswerBuilderLiveCommandAnswer builder for producingCommandResponses forRetrieveThingcommands.interfaceRetrieveThingsLiveCommandAnswerBuilderLiveCommandAnswer builder for producingCommandResponses forRetrieveThingscommands.
-