Interface ModifyFeatureDefinitionLiveCommandAnswerBuilder.EventFactory

    • Method Summary

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

      • created

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

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