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
WoofExtensionService
to 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 WoofExtensionService
createService(ServiceContext context)
Creates the service.void
extend(WoofContext context)
Extends theWebArchitect
.
-
-
-
Method Detail
-
createService
public WoofExtensionService createService(ServiceContext context) throws java.lang.Throwable
Description copied from interface:ServiceFactory
Creates the service.- Specified by:
createService
in 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:WoofExtensionService
Extends theWebArchitect
.- Specified by:
extend
in interfaceWoofExtensionService
- Parameters:
context
-WoofContext
.- Throws:
java.lang.Exception
- If fails to extend.
-
-