Package com.aspectran.undertow.service
Class DefaultTowServiceBuilder
java.lang.Object
com.aspectran.undertow.service.DefaultTowServiceBuilder
Created: 4/1/24
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic DefaultTowServicebuild(com.aspectran.core.context.config.AspectranConfig aspectranConfig) Returns a new instance ofDefaultTowService.static DefaultTowServicebuild(com.aspectran.core.service.CoreService rootService) Returns a new instance ofDefaultTowService.
-
Constructor Details
-
DefaultTowServiceBuilder
public DefaultTowServiceBuilder()
-
-
Method Details
-
build
Returns a new instance ofDefaultTowService.- Parameters:
rootService- the root service- Returns:
- the instance of
DefaultTowService
-
build
@NonNull public static DefaultTowService build(com.aspectran.core.context.config.AspectranConfig aspectranConfig) Returns a new instance ofDefaultTowService.- Parameters:
aspectranConfig- the aspectran configuration- Returns:
- the instance of
DefaultTowService
-