Class AdapterConfigurationBase<P extends ProcessServiceImplementation<?>>

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected java.util.Collection<P> getConnectableServices()  
      protected <DE> P registerProcessService​(SpringDataUtil springDataUtil, org.springframework.beans.factory.InjectionPoint injectionPoint, java.util.function.BiFunction<org.springframework.data.repository.CrudRepository<DE,​java.lang.String>,​java.lang.Class<DE>,​P> processServiceBeanSupplier)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AdapterConfigurationBase

        public AdapterConfigurationBase()
    • Method Detail

      • getConnectableServices

        protected java.util.Collection<P> getConnectableServices()
      • registerProcessService

        protected <DE> P registerProcessService​(SpringDataUtil springDataUtil,
                                                org.springframework.beans.factory.InjectionPoint injectionPoint,
                                                java.util.function.BiFunction<org.springframework.data.repository.CrudRepository<DE,​java.lang.String>,​java.lang.Class<DE>,​P> processServiceBeanSupplier)
                                         throws java.lang.Exception
        Throws:
        java.lang.Exception