Package io.vanillabp.springboot.adapter
Klasse AdapterConfigurationBase<P extends ProcessServiceImplementation<?>>
java.lang.Object
io.vanillabp.springboot.adapter.AdapterConfigurationBase<P>
public abstract class AdapterConfigurationBase<P extends ProcessServiceImplementation<?>>
extends Object
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungabstract Stringprotected Collection<P>abstract <DE> PnewProcessServiceImplementation(SpringDataUtil springDataUtil, Class<DE> workflowAggregateClass, Class<?> workflowAggregateIdClass, org.springframework.data.repository.CrudRepository<DE, Object> workflowAggregateRepository) protected voidputConnectableService(Class<?> workflowAggregateClass, P connectableService)
-
Konstruktordetails
-
AdapterConfigurationBase
public AdapterConfigurationBase()
-
-
Methodendetails
-
getAdapterId
-
newProcessServiceImplementation
public abstract <DE> P newProcessServiceImplementation(SpringDataUtil springDataUtil, Class<DE> workflowAggregateClass, Class<?> workflowAggregateIdClass, org.springframework.data.repository.CrudRepository<DE, Object> workflowAggregateRepository) -
getConnectableServices
-
putConnectableService
-