Uses of Package
org.eclipse.ditto.signals.commands.live.base
-
Packages that use org.eclipse.ditto.signals.commands.live.base Package Description org.eclipse.ditto.signals.commands.live This package is provides the entry point for working with theLiveCommandlibrary.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. -
Classes in org.eclipse.ditto.signals.commands.live.base used by org.eclipse.ditto.signals.commands.live Class Description LiveCommand A Handle for liveCommands giving access to the command. -
Classes in org.eclipse.ditto.signals.commands.live.base used by org.eclipse.ditto.signals.commands.live.base Class Description LiveCommand A Handle for liveCommands giving access to the command.LiveCommandAnswer This interface defines an answer for a receivedLiveCommand.LiveCommandAnswerBuilder A mutable builder with a fluent API for an immutableLiveCommandAnswer.LiveCommandAnswerBuilder.BuildStep The final step for building the LiveCommandAnswer.LiveCommandAnswerBuilder.EventStep Interface for LiveCommandHandleResults which emitEvents.LiveCommandResponseFactory Base for factories ofCommandResponses which createCommandResponses for incomingCommands.LiveEventFactory Base for factories ofEvents which createEvents for incomingCommands. -
Classes in org.eclipse.ditto.signals.commands.live.base used by org.eclipse.ditto.signals.commands.live.modify Class Description LiveCommand A Handle for liveCommands giving access to the command.LiveCommandAnswerBuilder A mutable builder with a fluent API for an immutableLiveCommandAnswer.LiveCommandAnswerBuilder.ModifyCommandResponseStep Interface for LiveCommandHandleResults which areModifyCommands(changing data).LiveCommandResponseFactory Base for factories ofCommandResponses which createCommandResponses for incomingCommands.LiveEventFactory Base for factories ofEvents which createEvents for incomingCommands. -
Classes in org.eclipse.ditto.signals.commands.live.base used by org.eclipse.ditto.signals.commands.live.query Class Description LiveCommand A Handle for liveCommands giving access to the command.LiveCommandAnswerBuilder A mutable builder with a fluent API for an immutableLiveCommandAnswer.LiveCommandAnswerBuilder.QueryCommandResponseStep Interface for LiveCommandHandleResults which areQueryCommands(retrieving data).LiveCommandResponseFactory Base for factories ofCommandResponses which createCommandResponses for incomingCommands.