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 class
MockAsynchronousFlow
MockAsynchronousFlow
. -
Uses of AsynchronousFlow in net.officefloor.frame.api.function
Methods in net.officefloor.frame.api.function that return AsynchronousFlow Modifier and Type Method Description AsynchronousFlow
FunctionFlowContext. createAsynchronousFlow()
Creates anAsynchronousFlow
that must be completed before any furtherFlow
is 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 AsynchronousFlow
ManagedFunctionLogicContext. 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 void
AbstractPolyglotProcedureTest. asynchronousFlow(AsynchronousFlow flowOne, AsynchronousFlow flowTwo)
-
Uses of AsynchronousFlow in net.officefloor.server.http
Methods in net.officefloor.server.http with parameters of type AsynchronousFlow Modifier and Type Method Description void
AbstractHttpServerImplementationTestCase.AsyncServicer. service(AsynchronousFlow async, ServerHttpConnection connection)
-
Uses of AsynchronousFlow in net.officefloor.servlet
Methods in net.officefloor.servlet with parameters of type AsynchronousFlow 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 AsynchronousFlow in net.officefloor.servlet.tomcat
Methods in net.officefloor.servlet.tomcat with parameters of type AsynchronousFlow 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 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 void
WebFluxSectionSource. service(org.springframework.http.server.reactive.HttpHandler httpHandler, ServerHttpConnection connection, HttpRequestState requestState, AsynchronousFlow asynchronousFlow, AsynchronousFlowCompletion completion)
Services theServerHttpConnection
via theHttpHandler
.
-