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