Class PushResultHandlerDispatcher
- java.lang.Object
-
- org.apache.syncope.core.provisioning.java.pushpull.SyncopeResultHandlerDispatcher<PushTask,PushActions,SyncopePushResultHandler>
-
- org.apache.syncope.core.provisioning.java.pushpull.PushResultHandlerDispatcher
-
public class PushResultHandlerDispatcher extends SyncopeResultHandlerDispatcher<PushTask,PushActions,SyncopePushResultHandler>
-
-
Field Summary
Fields Modifier and Type Field Description protected SyncopePushExecutor
executor
-
Constructor Summary
Constructors Constructor Description PushResultHandlerDispatcher(ProvisioningProfile<PushTask,PushActions> profile, SyncopePushExecutor executor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
handle(String anyType, String anyKey)
-
Methods inherited from class org.apache.syncope.core.provisioning.java.pushpull.SyncopeResultHandlerDispatcher
addHandlerSupplier, nonConcurrentHandler, shutdown, submit
-
-
-
-
Field Detail
-
executor
protected final SyncopePushExecutor executor
-
-
Constructor Detail
-
PushResultHandlerDispatcher
public PushResultHandlerDispatcher(ProvisioningProfile<PushTask,PushActions> profile, SyncopePushExecutor executor)
-
-