Interface CreateThingLiveCommandAnswerBuilder.EventFactory
-
- All Superinterfaces:
LiveEventFactory
- Enclosing interface:
- CreateThingLiveCommandAnswerBuilder
public static interface CreateThingLiveCommandAnswerBuilder.EventFactory extends LiveEventFactory
Factory for events triggered byCreateThingcommands.
-
-
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.
-
-
-
Method Detail
-
created
@Nonnull org.eclipse.ditto.signals.events.things.ThingCreated created()
Creates aThingCreatedevent using the values of theCommand.- Returns:
- the event.
-
-