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 protectedSyncopeResultHandlerDispatcher(ProvisioningProfile<T,A> profile)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddHandlerSupplier(String key, Supplier<RA> supplier)protected RAnonConcurrentHandler(String key)protected voidshutdown()protected voidsubmit(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)
-
-