Interface ModifyThingLiveCommandAnswerBuilder.EventFactory
-
- All Superinterfaces:
LiveEventFactory
- Enclosing interface:
- ModifyThingLiveCommandAnswerBuilder
public static interface ModifyThingLiveCommandAnswerBuilder.EventFactory extends LiveEventFactory
Factory for events triggered byModifyThingcommand.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.ditto.signals.events.things.ThingCreatedcreated()Creates aThingCreatedevent using the values of theCommand.org.eclipse.ditto.signals.events.things.ThingModifiedmodified()Creates aThingModifiedevent using the values of theCommand.
-
-
-
Method Detail
-
created
@Nonnull org.eclipse.ditto.signals.events.things.ThingCreated created()
Creates aThingCreatedevent using the values of theCommand.- Returns:
- the event.
-
modified
@Nonnull org.eclipse.ditto.signals.events.things.ThingModified modified()
Creates aThingModifiedevent using the values of theCommand.- Returns:
- the event.
-
-