Interface ModifyFeaturePropertyLiveCommandAnswerBuilder.EventFactory
-
- All Superinterfaces:
LiveEventFactory
- Enclosing interface:
- ModifyFeaturePropertyLiveCommandAnswerBuilder
public static interface ModifyFeaturePropertyLiveCommandAnswerBuilder.EventFactory extends LiveEventFactory
Factory for events triggered byModifyFeaturePropertycommand.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.ditto.signals.events.things.FeaturePropertyCreatedcreated()Creates aFeaturePropertyCreatedevent using the values of theCommand.org.eclipse.ditto.signals.events.things.FeaturePropertyModifiedmodified()Creates aFeaturePropertyModifiedevent using the values of theCommand.
-
-
-
Method Detail
-
created
@Nonnull org.eclipse.ditto.signals.events.things.FeaturePropertyCreated created()
Creates aFeaturePropertyCreatedevent using the values of theCommand.- Returns:
- the event.
-
modified
@Nonnull org.eclipse.ditto.signals.events.things.FeaturePropertyModified modified()
Creates aFeaturePropertyModifiedevent using the values of theCommand.- Returns:
- the event.
-
-