Interface ModifyFeaturePropertiesLiveCommandAnswerBuilder.EventFactory
-
- All Superinterfaces:
LiveEventFactory
- Enclosing interface:
- ModifyFeaturePropertiesLiveCommandAnswerBuilder
public static interface ModifyFeaturePropertiesLiveCommandAnswerBuilder.EventFactory extends LiveEventFactory
Factory for events triggered byModifyFeaturePropertiescommand.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.ditto.signals.events.things.FeaturePropertiesCreatedcreated()Creates aFeaturePropertiesCreatedevent using the values of theCommand.org.eclipse.ditto.signals.events.things.FeaturePropertiesModifiedmodified()Creates aFeaturePropertiesModifiedevent using the values of theCommand.
-
-
-
Method Detail
-
created
@Nonnull org.eclipse.ditto.signals.events.things.FeaturePropertiesCreated created()
Creates aFeaturePropertiesCreatedevent using the values of theCommand.- Returns:
- the event.
-
modified
@Nonnull org.eclipse.ditto.signals.events.things.FeaturePropertiesModified modified()
Creates aFeaturePropertiesModifiedevent using the values of theCommand.- Returns:
- the event.
-
-