Class DefaultTowServiceBuilder

java.lang.Object
com.aspectran.undertow.service.DefaultTowServiceBuilder

public class DefaultTowServiceBuilder extends Object

Created: 4/1/24

  • Constructor Details

    • DefaultTowServiceBuilder

      public DefaultTowServiceBuilder()
  • Method Details

    • build

      @NonNull public static DefaultTowService build(com.aspectran.core.service.CoreService rootService)
      Returns a new instance of DefaultTowService.
      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 of DefaultTowService.
      Parameters:
      aspectranConfig - the aspectran configuration
      Returns:
      the instance of DefaultTowService