Package net.officefloor.compile
Interface TeamSourceServiceFactory
-
- All Superinterfaces:
ServiceFactory<TeamSourceService<?>>
- All Known Implementing Classes:
OnePersonTeamSourceService
,PassiveTeamSourceService
,ThreadLocalAwareTeamSourceService
,WorkerPerJobTeamSourceService
public interface TeamSourceServiceFactory extends ServiceFactory<TeamSourceService<?>>
ServiceFactory
for theTeamSourceService
.- Author:
- Daniel Sagenschneider
-
-
Method Summary
-
Methods inherited from interface net.officefloor.frame.api.source.ServiceFactory
createService
-
-