Interface ModifyFeatureLiveCommandAnswerBuilder.EventFactory
-
- All Superinterfaces:
LiveEventFactory
- Enclosing interface:
- ModifyFeatureLiveCommandAnswerBuilder
public static interface ModifyFeatureLiveCommandAnswerBuilder.EventFactory extends LiveEventFactory
Factory for events triggered byModifyFeaturecommand.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.ditto.signals.events.things.FeatureCreatedcreated()Creates aFeatureCreatedevent using the values of theCommand.org.eclipse.ditto.signals.events.things.FeatureModifiedmodified()Creates aFeatureModifiedevent using the values of theCommand.
-
-
-
Method Detail
-
created
@Nonnull org.eclipse.ditto.signals.events.things.FeatureCreated created()
Creates aFeatureCreatedevent using the values of theCommand.- Returns:
- the event.
-
modified
@Nonnull org.eclipse.ditto.signals.events.things.FeatureModified modified()
Creates aFeatureModifiedevent using the values of theCommand.- Returns:
- the FeatureModified event
-
-