Preparing search index...
The search index is not available
SCION Microfrontend Platform - v1.3.1
SCION Microfrontend Platform
Interceptor
Interface Interceptor<T, H>
Allows the interception of messages or intents before their publication.
See
MessageInterceptor
IntentInterceptor
interface
Interceptor
<
T
,
H
extends
Handler
<
T
>
>
{
intercept
(
message
:
T
,
next
:
H
)
:
Promise
<
void
>
;
}
Type Parameters
T
H
extends
Handler
<
T
>
Implemented by
IntentInterceptor
MessageInterceptor
Index
Methods
intercept
Methods
intercept
intercept
(
message
:
T
,
next
:
H
)
:
Promise
<
void
>
Parameters
message
:
T
next
:
H
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Methods
intercept
SCION Microfrontend Platform - v1.3.1
Loading...
Allows the interception of messages or intents before their publication.
See