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