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