Interface ModifyFeatureDefinitionLiveCommandAnswerBuilder.EventFactory
-
- All Superinterfaces:
LiveEventFactory
- Enclosing interface:
- ModifyFeatureDefinitionLiveCommandAnswerBuilder
public static interface ModifyFeatureDefinitionLiveCommandAnswerBuilder.EventFactory extends LiveEventFactory
Factory for events triggered byModifyFeatureDefinitioncommand.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.ditto.signals.events.things.FeatureDefinitionCreatedcreated()Creates aFeatureDefinitionCreatedevent using the values of theCommand.org.eclipse.ditto.signals.events.things.FeatureDefinitionModifiedmodified()Creates aFeatureDefinitionModifiedevent using the values of theCommand.
-
-
-
Method Detail
-
created
@Nonnull org.eclipse.ditto.signals.events.things.FeatureDefinitionCreated created()
Creates aFeatureDefinitionCreatedevent using the values of theCommand.- Returns:
- the event.
-
modified
@Nonnull org.eclipse.ditto.signals.events.things.FeatureDefinitionModified modified()
Creates aFeatureDefinitionModifiedevent using the values of theCommand.- Returns:
- the event.
-
-