Interface ModifyAttributeLiveCommandAnswerBuilder.EventFactory
-
- All Superinterfaces:
LiveEventFactory
- Enclosing interface:
- ModifyAttributeLiveCommandAnswerBuilder
public static interface ModifyAttributeLiveCommandAnswerBuilder.EventFactory extends LiveEventFactory
Factory for events triggered byModifyAttributecommand.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.ditto.signals.events.things.AttributeCreatedcreated()Creates aAttributeCreatedevent using the values of theCommand.org.eclipse.ditto.signals.events.things.AttributeModifiedmodified()Creates aAttributeModifiedevent using the values of theCommand.
-
-
-
Method Detail
-
created
@Nonnull org.eclipse.ditto.signals.events.things.AttributeCreated created()
Creates aAttributeCreatedevent using the values of theCommand.- Returns:
- the event.
-
modified
@Nonnull org.eclipse.ditto.signals.events.things.AttributeModified modified()
Creates aAttributeModifiedevent using the values of theCommand.- Returns:
- the event.
-
-