Interface CreateThingLiveCommandAnswerBuilder.ResponseFactory

    • Method Detail

      • created

        @Nonnull
        org.eclipse.ditto.signals.commands.things.modify.CreateThingResponse created()
        Creates a CreateThingResponse using the values of the Command.
        Returns:
        the response.
      • thingConflictError

        @Nonnull
        org.eclipse.ditto.signals.commands.things.ThingErrorResponse thingConflictError()
        Creates a ThingErrorResponse indicating a conflict.
        Returns:
        the response.
        See Also:
        ThingConflictException