Package io.vanillabp.springboot.adapter
Interface ProcessServiceImplementation<DE>
-
- All Superinterfaces:
io.vanillabp.spi.process.ProcessService<DE>
public interface ProcessServiceImplementation<DE> extends io.vanillabp.spi.process.ProcessService<DE>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Class<DE>getWorkflowAggregateClass()org.springframework.data.repository.CrudRepository<DE,java.lang.String>getWorkflowAggregateRepository()
-