Interface ModifyAttributesLiveCommandAnswerBuilder.EventFactory
-
- All Superinterfaces:
LiveEventFactory
- Enclosing interface:
- ModifyAttributesLiveCommandAnswerBuilder
public static interface ModifyAttributesLiveCommandAnswerBuilder.EventFactory extends LiveEventFactory
Factory for events triggered byModifyAttributescommand.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.ditto.signals.events.things.AttributesCreatedcreated()Creates aAttributesCreatedevent using the values of theCommand.org.eclipse.ditto.signals.events.things.AttributesModifiedmodified()Creates aAttributesModifiedevent using the values of theCommand.
-
-
-
Method Detail
-
created
@Nonnull org.eclipse.ditto.signals.events.things.AttributesCreated created()
Creates aAttributesCreatedevent using the values of theCommand.- Returns:
- the AttributesCreated event
-
modified
@Nonnull org.eclipse.ditto.signals.events.things.AttributesModified modified()
Creates aAttributesModifiedevent using the values of theCommand.- Returns:
- the AttributesModified event
-
-