JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
C
D
F
G
I
M
U
C
com.microsoft.azure.functions.internal.spi.middleware
- package com.microsoft.azure.functions.internal.spi.middleware
com.microsoft.azure.functions.spi.inject
- package com.microsoft.azure.functions.spi.inject
D
doNext(MiddlewareContext)
- Method in interface com.microsoft.azure.functions.internal.spi.middleware.
MiddlewareChain
Invokes next middleware in the chain.
F
FunctionInstanceInjector
- Interface in
com.microsoft.azure.functions.spi.inject
The instance factory used by DI framework to initialize function instance.
G
getInstance(Class<T>)
- Method in interface com.microsoft.azure.functions.spi.inject.
FunctionInstanceInjector
This method is used by DI framework to initialize the function instance.
getParameterName(String)
- Method in interface com.microsoft.azure.functions.internal.spi.middleware.
MiddlewareContext
Returns the name of parameter defined in customer function.
getParameterValue(String)
- Method in interface com.microsoft.azure.functions.internal.spi.middleware.
MiddlewareContext
Returns corresponding parameter value sent from host by the given the parameter name.
getReturnValue()
- Method in interface com.microsoft.azure.functions.internal.spi.middleware.
MiddlewareContext
Returns the return value from customer function invocation.
I
invoke(MiddlewareContext, MiddlewareChain)
- Method in interface com.microsoft.azure.functions.internal.spi.middleware.
Middleware
Middlewares will override this method to include their own logics.
M
Middleware
- Interface in
com.microsoft.azure.functions.internal.spi.middleware
This interface is implemented by middlewares to include middleware core logics.
MiddlewareChain
- Interface in
com.microsoft.azure.functions.internal.spi.middleware
The middleware chain.
MiddlewareContext
- Interface in
com.microsoft.azure.functions.internal.spi.middleware
Middleware Execution Context
U
updateParameterValue(String, Object)
- Method in interface com.microsoft.azure.functions.internal.spi.middleware.
MiddlewareContext
Updates the parameter value by parameter name.
updateReturnValue(Object)
- Method in interface com.microsoft.azure.functions.internal.spi.middleware.
MiddlewareContext
Updates the return value from customer function invocation.
C
D
F
G
I
M
U
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Copyright © 2022. All rights reserved.