Class PullResultHandlerDispatcher
java.lang.Object
org.apache.syncope.core.provisioning.java.pushpull.SyncopeResultHandlerDispatcher<PullTask,InboundActions,SyncopePullResultHandler>
org.apache.syncope.core.provisioning.java.pushpull.PullResultHandlerDispatcher
- All Implemented Interfaces:
SyncResultsHandler
public class PullResultHandlerDispatcher
extends SyncopeResultHandlerDispatcher<PullTask,InboundActions,SyncopePullResultHandler>
implements SyncResultsHandler
-
Field Summary
-
Constructor Summary
ConstructorDescriptionPullResultHandlerDispatcher
(ProvisioningProfile<PullTask, InboundActions> profile, SyncopePullExecutor executor) -
Method Summary
Methods inherited from class org.apache.syncope.core.provisioning.java.pushpull.SyncopeResultHandlerDispatcher
addHandlerSupplier, nonConcurrentHandler, shutdown, stop, submit
-
Field Details
-
executor
-
-
Constructor Details
-
PullResultHandlerDispatcher
public PullResultHandlerDispatcher(ProvisioningProfile<PullTask, InboundActions> profile, SyncopePullExecutor executor)
-
-
Method Details
-
handle
- Specified by:
handle
in interfaceSyncResultsHandler
-