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