Package net.officefloor.spring.webflux
Class WebFluxWoofExtensionService
- java.lang.Object
-
- net.officefloor.spring.webflux.WebFluxWoofExtensionService
-
- All Implemented Interfaces:
ServiceFactory<WoofExtensionService>,WoofExtensionService,WoofExtensionServiceFactory
public class WebFluxWoofExtensionService extends java.lang.Object implements WoofExtensionServiceFactory, WoofExtensionService
WoofExtensionServiceto service via Web Flux.- Author:
- Daniel Sagenschneider
-
-
Constructor Summary
Constructors Constructor Description WebFluxWoofExtensionService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WoofExtensionServicecreateService(ServiceContext context)Creates the service.voidextend(WoofContext context)Extends theWebArchitect.
-
-
-
Method Detail
-
createService
public WoofExtensionService createService(ServiceContext context) throws java.lang.Throwable
Description copied from interface:ServiceFactoryCreates the service.- Specified by:
createServicein interfaceServiceFactory<WoofExtensionService>- Parameters:
context-ServiceContext.- Returns:
- Service.
- Throws:
java.lang.Throwable- If fails to create the service.
-
extend
public void extend(WoofContext context) throws java.lang.Exception
Description copied from interface:WoofExtensionServiceExtends theWebArchitect.- Specified by:
extendin interfaceWoofExtensionService- Parameters:
context-WoofContext.- Throws:
java.lang.Exception- If fails to extend.
-
-