Uses of Interface
net.officefloor.frame.api.function.AsynchronousFlowCompletion
-
-
Uses of AsynchronousFlowCompletion in net.officefloor.compile.test.managedfunction
Methods in net.officefloor.compile.test.managedfunction that return AsynchronousFlowCompletion Modifier and Type Method Description AsynchronousFlowCompletion
MockAsynchronousFlow. getCompletion()
Obtains the providedAsynchronousFlowCompletion
.AsynchronousFlowCompletion
MockAsynchronousFlow. waitOnCompletion()
Waits a default period of time for completion.AsynchronousFlowCompletion
MockAsynchronousFlow. waitOnCompletion(int timeToWait)
Waits for completion.Methods in net.officefloor.compile.test.managedfunction with parameters of type AsynchronousFlowCompletion Modifier and Type Method Description void
MockAsynchronousFlow. complete(AsynchronousFlowCompletion completion)
-
Uses of AsynchronousFlowCompletion in net.officefloor.frame.api.function
Methods in net.officefloor.frame.api.function with parameters of type AsynchronousFlowCompletion Modifier and Type Method Description void
AsynchronousFlow. complete(AsynchronousFlowCompletion completion)
Invoked by application code once theAsynchronousFlow
is complete. -
Uses of AsynchronousFlowCompletion in net.officefloor.servlet
Methods in net.officefloor.servlet with parameters of type AsynchronousFlowCompletion Modifier and Type Method Description void
FilterServicer. service(ServerHttpConnection connection, java.util.concurrent.Executor executor, AsynchronousFlow asynchronousFlow, AsynchronousFlowCompletion asynchronousFlowCompletion, javax.servlet.FilterChain chain)
Services theServerHttpConnection
.void
ServletServicer. service(ServerHttpConnection connection, java.util.concurrent.Executor executor, AsynchronousFlow asynchronousFlow, AsynchronousFlowCompletion asynchronousFlowCompletion, java.util.Map<java.lang.String,? extends java.lang.Object> attributes)
Services theServerHttpConnection
. -
Uses of AsynchronousFlowCompletion in net.officefloor.servlet.tomcat
Methods in net.officefloor.servlet.tomcat with parameters of type AsynchronousFlowCompletion Modifier and Type Method Description void
TomcatServletManager. service(ServerHttpConnection connection, java.util.concurrent.Executor executor, AsynchronousFlow asynchronousFlow, AsynchronousFlowCompletion asynchronousFlowCompletion, java.util.Map<java.lang.String,? extends java.lang.Object> attributes)
Constructors in net.officefloor.servlet.tomcat with parameters of type AsynchronousFlowCompletion Constructor Description OfficeFloorProcessor(OfficeFloorProtocol protocol, org.apache.coyote.Request request, org.apache.coyote.Response response, ServerHttpConnection connection, java.util.concurrent.Executor executor, AsynchronousFlow asynchronousFlow, AsynchronousFlowCompletion asynchronousFlowCompletion)
Instantiate. -
Uses of AsynchronousFlowCompletion in net.officefloor.spring.webflux
Methods in net.officefloor.spring.webflux with parameters of type AsynchronousFlowCompletion Modifier and Type Method Description static void
WebFluxSectionSource. service(org.springframework.http.server.reactive.HttpHandler httpHandler, ServerHttpConnection connection, HttpRequestState requestState, AsynchronousFlow asynchronousFlow, AsynchronousFlowCompletion completion)
Services theServerHttpConnection
via theHttpHandler
.
-