Interface ModifyAttributesLiveCommandAnswerBuilder.EventFactory

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      org.eclipse.ditto.signals.events.things.AttributesCreated created()
      Creates a AttributesCreated event using the values of the Command.
      org.eclipse.ditto.signals.events.things.AttributesModified modified()
      Creates a AttributesModified event using the values of the Command.
    • Method Detail

      • created

        @Nonnull
        org.eclipse.ditto.signals.events.things.AttributesCreated created()
        Creates a AttributesCreated event using the values of the Command.
        Returns:
        the AttributesCreated event
      • modified

        @Nonnull
        org.eclipse.ditto.signals.events.things.AttributesModified modified()
        Creates a AttributesModified event using the values of the Command.
        Returns:
        the AttributesModified event