Class UndertowDeploymentInfoService

java.lang.Object
org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService
All Implemented Interfaces:
org.jboss.msc.Service, org.jboss.msc.service.Service<io.undertow.servlet.api.DeploymentInfo>, org.jboss.msc.value.Value<io.undertow.servlet.api.DeploymentInfo>

public class UndertowDeploymentInfoService extends Object implements org.jboss.msc.service.Service<io.undertow.servlet.api.DeploymentInfo>
Service that builds up the undertow metadata.
Author:
Stuart Douglas, Richard Opalka
  • Field Details

  • Method Details

    • start

      public void start(org.jboss.msc.service.StartContext startContext) throws org.jboss.msc.service.StartException
      Specified by:
      start in interface org.jboss.msc.Service
      Throws:
      org.jboss.msc.service.StartException
    • stop

      public void stop(org.jboss.msc.service.StopContext stopContext)
      Specified by:
      stop in interface org.jboss.msc.Service
    • getValue

      public io.undertow.servlet.api.DeploymentInfo getValue() throws IllegalStateException, IllegalArgumentException
      Specified by:
      getValue in interface org.jboss.msc.value.Value<io.undertow.servlet.api.DeploymentInfo>
      Throws:
      IllegalStateException
      IllegalArgumentException
    • addInjectedExecutor

      public void addInjectedExecutor(String name, Supplier<Executor> injected)
    • builder

      public static UndertowDeploymentInfoService.Builder builder()