Interface ModifyFeatureLiveCommandAnswerBuilder.EventFactory

    • Method Summary

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

      • created

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

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