Uses of Class
org.jboss.as.server.deployment.DelegatingSupplier
-
Packages that use DelegatingSupplier Package Description org.jboss.as.server.deployment The JBossAS domain deployment subsystem classes. -
-
Uses of DelegatingSupplier in org.jboss.as.server.deployment
Methods in org.jboss.as.server.deployment with parameters of type DelegatingSupplier Modifier and Type Method Description <T> voidDeploymentPhaseContext. requires(org.jboss.msc.service.ServiceName serviceName, DelegatingSupplier<T> supplier)Adds a dependency on the service to the next phase service.
-