Uses of Interface
net.officefloor.frame.api.function.AsynchronousFlowCompletion
Packages that use AsynchronousFlowCompletion
Package
Description
-
Uses of AsynchronousFlowCompletion in net.officefloor.compile.test.managedfunction
Methods in net.officefloor.compile.test.managedfunction that return AsynchronousFlowCompletionModifier and TypeMethodDescriptionMockAsynchronousFlow.getCompletion()Obtains the providedAsynchronousFlowCompletion.MockAsynchronousFlow.waitOnCompletion()Waits a default period of time for completion.MockAsynchronousFlow.waitOnCompletion(int timeToWait) Waits for completion.Methods in net.officefloor.compile.test.managedfunction with parameters of type AsynchronousFlowCompletionModifier and TypeMethodDescriptionvoidMockAsynchronousFlow.complete(AsynchronousFlowCompletion completion) -
Uses of AsynchronousFlowCompletion in net.officefloor.frame.api.function
Methods in net.officefloor.frame.api.function with parameters of type AsynchronousFlowCompletionModifier and TypeMethodDescriptionvoidAsynchronousFlow.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 AsynchronousFlowCompletionModifier and TypeMethodDescriptionvoidFilterServicer.service(ServerHttpConnection connection, Executor executor, AsynchronousFlow asynchronousFlow, AsynchronousFlowCompletion asynchronousFlowCompletion, jakarta.servlet.FilterChain chain) Services theServerHttpConnection.voidServletServicer.service(ServerHttpConnection connection, Executor executor, AsynchronousFlow asynchronousFlow, AsynchronousFlowCompletion asynchronousFlowCompletion, Map<String, ? extends Object> attributes) Services theServerHttpConnection. -
Uses of AsynchronousFlowCompletion in net.officefloor.servlet.tomcat
Methods in net.officefloor.servlet.tomcat with parameters of type AsynchronousFlowCompletionModifier and TypeMethodDescriptionvoidTomcatServletManager.service(ServerHttpConnection connection, Executor executor, AsynchronousFlow asynchronousFlow, AsynchronousFlowCompletion asynchronousFlowCompletion, Map<String, ? extends Object> attributes) Constructors in net.officefloor.servlet.tomcat with parameters of type AsynchronousFlowCompletionModifierConstructorDescriptionOfficeFloorProcessor(OfficeFloorProtocol protocol, org.apache.coyote.Request request, org.apache.coyote.Response response, ServerHttpConnection connection, 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 AsynchronousFlowCompletionModifier and TypeMethodDescriptionstatic voidWebFluxSectionSource.service(org.springframework.http.server.reactive.HttpHandler httpHandler, ServerHttpConnection connection, HttpRequestState requestState, AsynchronousFlow asynchronousFlow, AsynchronousFlowCompletion completion) Services theServerHttpConnectionvia theHttpHandler.