Class SyncopeResultHandlerDispatcher<T extends org.apache.syncope.core.persistence.api.entity.task.ProvisioningTask<?>,​A extends org.apache.syncope.core.provisioning.api.pushpull.ProvisioningActions,​RA extends org.apache.syncope.core.provisioning.api.pushpull.SyncopeResultHandler<T,​A>>

  • Direct Known Subclasses:
    PullResultHandlerDispatcher, PushResultHandlerDispatcher

    public abstract class SyncopeResultHandlerDispatcher<T extends org.apache.syncope.core.persistence.api.entity.task.ProvisioningTask<?>,​A extends org.apache.syncope.core.provisioning.api.pushpull.ProvisioningActions,​RA extends org.apache.syncope.core.provisioning.api.pushpull.SyncopeResultHandler<T,​A>>
    extends Object
    • Field Detail

      • LOG

        protected static final org.slf4j.Logger LOG
      • tpte

        protected final Optional<org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor> tpte
      • suppliers

        protected final Map<String,​Supplier<RA extends org.apache.syncope.core.provisioning.api.pushpull.SyncopeResultHandler<T,​A>>> suppliers
      • handlers

        protected final Map<String,​RA extends org.apache.syncope.core.provisioning.api.pushpull.SyncopeResultHandler<T,​A>> handlers
    • Constructor Detail

      • SyncopeResultHandlerDispatcher

        public SyncopeResultHandlerDispatcher​(org.apache.syncope.core.provisioning.api.pushpull.ProvisioningProfile<T,​A> profile)
    • Method Detail

      • addHandlerSupplier

        public void addHandlerSupplier​(String key,
                                       Supplier<RA> supplier)
      • nonConcurrentHandler

        protected RA nonConcurrentHandler​(String key)
      • submit

        protected void submit​(Runnable runnable)
      • cleanup

        protected void cleanup()