Uses of Interface
com.evolveum.midpoint.schema.AcknowledgementSink
Packages that use AcknowledgementSink
Package
Description
Deals with items processing: buffering, fetching by workers, processing.
-
Uses of AcknowledgementSink in com.evolveum.midpoint.model.impl.sync.tasks
Classes in com.evolveum.midpoint.model.impl.sync.tasks that implement AcknowledgementSinkModifier and TypeClassDescriptionclassSyncItemProcessingRequest<SE extends SynchronizationEvent>TODO It is comparable on the sequence number. -
Uses of AcknowledgementSink in com.evolveum.midpoint.provisioning.api
Subinterfaces of AcknowledgementSink in com.evolveum.midpoint.provisioning.apiModifier and TypeInterfaceDescriptioninterfaceTODOinterfaceRepresents [live] synchronization change event obtained from a resource.interfaceRepresents a synchronization change event (obtained typically by live synchronization or asynchronous update) that needs to be processed. -
Uses of AcknowledgementSink in com.evolveum.midpoint.repo.common.activity.run.processing
Classes in com.evolveum.midpoint.repo.common.activity.run.processing that implement AcknowledgementSinkModifier and TypeClassDescriptionclassContainerableProcessingRequest<C extends Containerable>Request to process a containerable.classRequest to process a generic data item.classHolds an item that is scheduled for processing.classObjectProcessingRequest<O extends ObjectType>Request to process an object.