Class LRACoordinatorService
- java.lang.Object
-
- org.wildfly.extension.microprofile.lra.coordinator.service.LRACoordinatorService
-
- All Implemented Interfaces:
org.jboss.msc.Service
public final class LRACoordinatorService extends Object implements org.jboss.msc.Service
-
-
Field Summary
Fields Modifier and Type Field Description static StringCONTEXT_PATH
-
Constructor Summary
Constructors Constructor Description LRACoordinatorService(Supplier<org.wildfly.extension.undertow.Host> undertow)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidstart(org.jboss.msc.service.StartContext context)voidstop(org.jboss.msc.service.StopContext context)
-
-
-
Field Detail
-
CONTEXT_PATH
public static final String CONTEXT_PATH
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
LRACoordinatorService
public LRACoordinatorService(Supplier<org.wildfly.extension.undertow.Host> undertow)
-
-
Method Detail
-
start
public void start(org.jboss.msc.service.StartContext context) throws org.jboss.msc.service.StartException- Specified by:
startin interfaceorg.jboss.msc.Service- Throws:
org.jboss.msc.service.StartException
-
stop
public void stop(org.jboss.msc.service.StopContext context)
- Specified by:
stopin interfaceorg.jboss.msc.Service
-
-