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