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