Interface DeleteFeaturePropertyLiveCommandAnswerBuilder.EventFactory
-
- All Superinterfaces:
LiveEventFactory
- Enclosing interface:
- DeleteFeaturePropertyLiveCommandAnswerBuilder
public static interface DeleteFeaturePropertyLiveCommandAnswerBuilder.EventFactory extends LiveEventFactory
Factory for events triggered byDeleteFeaturePropertycommand.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.ditto.signals.events.things.FeaturePropertyDeleteddeleted()Creates aFeaturePropertyDeletedevent using the values of theCommand.
-
-
-
Method Detail
-
deleted
@Nonnull org.eclipse.ditto.signals.events.things.FeaturePropertyDeleted deleted()
Creates aFeaturePropertyDeletedevent using the values of theCommand.- Returns:
- the event.
-
-