Uses of Interface
net.officefloor.frame.api.function.AsynchronousFlow
Packages that use AsynchronousFlow
Package
Description
-
Uses of AsynchronousFlow in net.officefloor.compile.test.managedfunction
Classes in net.officefloor.compile.test.managedfunction that implement AsynchronousFlow -
Uses of AsynchronousFlow in net.officefloor.frame.api.function
Methods in net.officefloor.frame.api.function that return AsynchronousFlowModifier and TypeMethodDescriptionFunctionFlowContext.createAsynchronousFlow()Creates anAsynchronousFlowthat must be completed before any furtherFlowis executed. -
Uses of AsynchronousFlow in net.officefloor.frame.internal.structure
Methods in net.officefloor.frame.internal.structure that return AsynchronousFlowModifier and TypeMethodDescriptionManagedFunctionLogicContext.createAsynchronousFlow()Creates anAsynchronousFlow. -
Uses of AsynchronousFlow in net.officefloor.polyglot.test
Methods in net.officefloor.polyglot.test with parameters of type AsynchronousFlowModifier and TypeMethodDescriptionprotected abstract voidAbstractPolyglotProcedureTest.asynchronousFlow(AsynchronousFlow flowOne, AsynchronousFlow flowTwo) Invokes asynchronous flow directly. -
Uses of AsynchronousFlow in net.officefloor.server.http
Methods in net.officefloor.server.http with parameters of type AsynchronousFlowModifier and TypeMethodDescriptionvoidAbstractHttpServerImplementationTestCase.AsyncServicer.service(AsynchronousFlow async, ServerHttpConnection connection) Services the request asynchronously. -
Uses of AsynchronousFlow in net.officefloor.servlet
Methods in net.officefloor.servlet with parameters of type AsynchronousFlowModifier 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 AsynchronousFlow in net.officefloor.servlet.tomcat
Methods in net.officefloor.servlet.tomcat with parameters of type AsynchronousFlowModifier 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 AsynchronousFlowModifierConstructorDescriptionOfficeFloorProcessor(OfficeFloorProtocol protocol, org.apache.coyote.Request request, org.apache.coyote.Response response, ServerHttpConnection connection, Executor executor, AsynchronousFlow asynchronousFlow, AsynchronousFlowCompletion asynchronousFlowCompletion) Instantiate. -
Uses of AsynchronousFlow in net.officefloor.spring.reactive
Methods in net.officefloor.spring.reactive with parameters of type AsynchronousFlowModifier and TypeMethodDescriptionReactiveWoof.flowError(AsynchronousFlow flow) Provides handling for on error.ReactiveWoof.propagateHttpError(AsynchronousFlow flow) Provides handling of an error and propagatesstatic <T> Consumer<? super T>ReactiveWoof.send(AsynchronousFlow flow, ObjectResponse<T> response) Sends the response. -
Uses of AsynchronousFlow in net.officefloor.spring.webflux
Methods in net.officefloor.spring.webflux with parameters of type AsynchronousFlowModifier and TypeMethodDescriptionstatic voidWebFluxSectionSource.service(org.springframework.http.server.reactive.HttpHandler httpHandler, ServerHttpConnection connection, HttpRequestState requestState, AsynchronousFlow asynchronousFlow, AsynchronousFlowCompletion completion) Services theServerHttpConnectionvia theHttpHandler.