Class SyncopeResultHandlerDispatcher<T extends ProvisioningTask<?>,A extends ProvisioningActions,RA extends SyncopeResultHandler<T,A>>
- java.lang.Object
-
- org.apache.syncope.core.provisioning.java.pushpull.SyncopeResultHandlerDispatcher<T,A,RA>
-
- Direct Known Subclasses:
PullResultHandlerDispatcher
,PushResultHandlerDispatcher
public abstract class SyncopeResultHandlerDispatcher<T extends ProvisioningTask<?>,A extends ProvisioningActions,RA extends SyncopeResultHandler<T,A>> extends Object
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
SyncopeResultHandlerDispatcher(ProvisioningProfile<T,A> profile)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addHandlerSupplier(String key, Supplier<RA> supplier)
protected RA
nonConcurrentHandler(String key)
protected void
shutdown()
protected void
submit(Runnable runnable)
-
-
-
Field Detail
-
LOG
protected static final Logger LOG
-
tpte
protected final Optional<ThreadPoolTaskExecutor> tpte
-
-
Constructor Detail
-
SyncopeResultHandlerDispatcher
protected SyncopeResultHandlerDispatcher(ProvisioningProfile<T,A> profile)
-
-