Uses of Interface
net.officefloor.frame.api.function.AsynchronousFlow
-
-
Uses of AsynchronousFlow in net.officefloor.compile.test.managedfunction
Classes in net.officefloor.compile.test.managedfunction that implement AsynchronousFlow Modifier and Type Class Description classMockAsynchronousFlowMockAsynchronousFlow. -
Uses of AsynchronousFlow in net.officefloor.frame.api.function
Methods in net.officefloor.frame.api.function that return AsynchronousFlow Modifier and Type Method Description AsynchronousFlowFunctionFlowContext. 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 AsynchronousFlow Modifier and Type Method Description AsynchronousFlowManagedFunctionLogicContext. createAsynchronousFlow()Creates anAsynchronousFlow. -
Uses of AsynchronousFlow in net.officefloor.polyglot.test
Methods in net.officefloor.polyglot.test with parameters of type AsynchronousFlow Modifier and Type Method Description protected abstract voidAbstractPolyglotProcedureTest. asynchronousFlow(AsynchronousFlow flowOne, AsynchronousFlow flowTwo) -
Uses of AsynchronousFlow in net.officefloor.servlet
Methods in net.officefloor.servlet with parameters of type AsynchronousFlow 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 AsynchronousFlow in net.officefloor.servlet.tomcat
Methods in net.officefloor.servlet.tomcat with parameters of type AsynchronousFlow 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 AsynchronousFlow 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 AsynchronousFlow in net.officefloor.spring.reactive
Methods in net.officefloor.spring.reactive with parameters of type AsynchronousFlow Modifier and Type Method Description static java.util.function.Consumer<? super java.lang.Throwable>ReactiveWoof. flowError(AsynchronousFlow flow)Provides handling for on error.static java.util.function.Consumer<? super java.lang.Throwable>ReactiveWoof. propagateHttpError(AsynchronousFlow flow)Provides handling of an error and propagatesstatic <T> java.util.function.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 AsynchronousFlow 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.
-