Teleforge API Reference - v0.1.0
Preparing search index...
bff/src
BffExecutionOptions
Interface BffExecutionOptions<TInput, TOutput>
interface
BffExecutionOptions
<
TInput
=
unknown
,
TOutput
=
unknown
>
{
cacheStore
?:
BffCacheStore
;
invokeService
?:
(
service
:
BffServiceRouteConfig
<
TInput
,
TOutput
>
,
context
:
BffRequestContext
,
input
:
unknown
,
)
=>
unknown
;
invokeProxy
?:
(
proxy
:
ProxyConfig
<
TInput
,
TOutput
>
,
context
:
BffRequestContext
,
input
:
unknown
,
)
=>
unknown
;
}
Type Parameters
TInput
=
unknown
TOutput
=
unknown
Index
Properties
cache
Store?
invoke
Service?
invoke
Proxy?
Properties
Optional
cache
Store
cacheStore
?:
BffCacheStore
Optional
invoke
Service
invokeService
?:
(
service
:
BffServiceRouteConfig
<
TInput
,
TOutput
>
,
context
:
BffRequestContext
,
input
:
unknown
,
)
=>
unknown
Optional
invoke
Proxy
invokeProxy
?:
(
proxy
:
ProxyConfig
<
TInput
,
TOutput
>
,
context
:
BffRequestContext
,
input
:
unknown
,
)
=>
unknown
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
cache
Store
invoke
Service
invoke
Proxy
Teleforge API Reference - v0.1.0
Loading...