Uses of Interface
io.dialob.client.spi.event.DistributedEvent
-
Packages that use DistributedEvent Package Description io.dialob.client.spi.event -
-
Uses of DistributedEvent in io.dialob.client.spi.event
Subinterfaces of DistributedEvent in io.dialob.client.spi.event Modifier and Type Interface Description static interfaceDistributedEvent.FormDeletedEventstatic interfaceDistributedEvent.FormTaggedEventstatic interfaceDistributedEvent.FormUpdatedEventClasses in io.dialob.client.spi.event that implement DistributedEvent Modifier and Type Class Description classImmutableFormDeletedEventImmutable implementation ofDistributedEvent.FormDeletedEvent.classImmutableFormTaggedEventImmutable implementation ofDistributedEvent.FormTaggedEvent.classImmutableFormUpdatedEventImmutable implementation ofDistributedEvent.FormUpdatedEvent.Methods in io.dialob.client.spi.event with parameters of type DistributedEvent Modifier and Type Method Description ImmutableFormDeletedEvent.BuilderImmutableFormDeletedEvent.Builder. from(DistributedEvent instance)Fill a builder with attribute values from the providedio.dialob.client.spi.event.DistributedEventinstance.ImmutableFormTaggedEvent.BuilderImmutableFormTaggedEvent.Builder. from(DistributedEvent instance)Fill a builder with attribute values from the providedio.dialob.client.spi.event.DistributedEventinstance.ImmutableFormUpdatedEvent.BuilderImmutableFormUpdatedEvent.Builder. from(DistributedEvent instance)Fill a builder with attribute values from the providedio.dialob.client.spi.event.DistributedEventinstance.
-