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 AsynchronousFlowCompletionMockAsynchronousFlow. getCompletion()Obtains the providedAsynchronousFlowCompletion.AsynchronousFlowCompletionMockAsynchronousFlow. waitOnCompletion()Waits a default period of time for completion.AsynchronousFlowCompletionMockAsynchronousFlow. waitOnCompletion(int timeToWait)Waits for completion.Methods in net.officefloor.compile.test.managedfunction with parameters of type AsynchronousFlowCompletion Modifier and Type Method Description voidMockAsynchronousFlow. 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 voidAsynchronousFlow. complete(AsynchronousFlowCompletion completion)Invoked by application code once theAsynchronousFlowis complete. -
Uses of AsynchronousFlowCompletion in net.officefloor.servlet
Methods in net.officefloor.servlet with parameters of type AsynchronousFlowCompletion Modifier and Type Method Description voidFilterServicer. service(ServerHttpConnection connection, java.util.concurrent.Executor executor, AsynchronousFlow asynchronousFlow, AsynchronousFlowCompletion asynchronousFlowCompletion, javax.servlet.FilterChain chain)Services theServerHttpConnection.voidServletServicer. 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 voidTomcatServletManager. 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 voidWebFluxSectionSource. service(org.springframework.http.server.reactive.HttpHandler httpHandler, ServerHttpConnection connection, HttpRequestState requestState, AsynchronousFlow asynchronousFlow, AsynchronousFlowCompletion completion)Services theServerHttpConnectionvia theHttpHandler.
-