Interface ModifyFeaturesLiveCommandAnswerBuilder.EventFactory
-
- All Superinterfaces:
LiveEventFactory
- Enclosing interface:
- ModifyFeaturesLiveCommandAnswerBuilder
public static interface ModifyFeaturesLiveCommandAnswerBuilder.EventFactory extends LiveEventFactory
Factory for events triggered byModifyFeaturescommand.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.ditto.signals.events.things.FeaturesCreatedcreated()Creates aFeaturesCreatedevent using the values of theCommand.org.eclipse.ditto.signals.events.things.FeaturesModifiedmodified()Creates aFeaturesModifiedevent using the values of theCommand.
-
-
-
Method Detail
-
created
@Nonnull org.eclipse.ditto.signals.events.things.FeaturesCreated created()
Creates aFeaturesCreatedevent using the values of theCommand.- Returns:
- the event.
-
modified
@Nonnull org.eclipse.ditto.signals.events.things.FeaturesModified modified()
Creates aFeaturesModifiedevent using the values of theCommand.- Returns:
- the event.
-
-