OrchestrationMiddleware Class
- java.
lang. Object - com.
microsoft. durabletask. azurefunctions. internal. middleware. OrchestrationMiddleware
- com.
Implements
public class OrchestrationMiddleware
implements com.microsoft.azure.functions.internal.spi.middleware.Middleware
Durable Function Orchestration Middleware
This class is internal and is hence not for public use. Its APIs are unstable and can change at any time.
Constructor Summary
| Constructor | Description | |
|---|---|---|
| OrchestrationMiddleware() | ||
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| void | invoke(MiddlewareContext context, MiddlewareChain chain) |
Methods inherited from java.lang.Object
Constructor Details
OrchestrationMiddleware
public OrchestrationMiddleware()
Method Details
invoke
public void invoke(MiddlewareContext context, MiddlewareChain chain)
Parameters:
Throws: