docs: TSDoc + reference of fulfillment service (#5761)

This commit is contained in:
Shahed Nasser
2023-11-29 11:58:08 +00:00
committed by GitHub
parent 8f25ed8a10
commit f802e2460f
1479 changed files with 30259 additions and 16135 deletions
@@ -8,11 +8,11 @@ import ParameterTypes from "@site/src/components/ParameterTypes"
## Methods
#### emit
### emit
`**emit**<TypeParameter T>(event, data, options?): Promise&#60;unknown&#62;`
##### Type Parameters
#### Type Parameters
<ParameterTypes parameters={[
{
@@ -26,7 +26,7 @@ import ParameterTypes from "@site/src/components/ParameterTypes"
}
]} />
##### Parameters
#### Parameters
<ParameterTypes parameters={[
{
@@ -58,7 +58,7 @@ import ParameterTypes from "@site/src/components/ParameterTypes"
}
]} />
##### Returns
#### Returns
Promise&#60;unknown&#62;
@@ -76,11 +76,11 @@ Promise&#60;unknown&#62;
___
#### subscribe
### subscribe
`**subscribe**(eventName, subscriber, context?): [IEventBusService](IEventBusService.mdx)`
##### Parameters
#### Parameters
<ParameterTypes parameters={[
{
@@ -112,7 +112,7 @@ ___
}
]} />
##### Returns
#### Returns
[IEventBusService](IEventBusService.mdx)
@@ -130,11 +130,11 @@ ___
___
#### unsubscribe
### unsubscribe
`**unsubscribe**(eventName, subscriber, context?): [IEventBusService](IEventBusService.mdx)`
##### Parameters
#### Parameters
<ParameterTypes parameters={[
{
@@ -166,7 +166,7 @@ ___
}
]} />
##### Returns
#### Returns
[IEventBusService](IEventBusService.mdx)
@@ -184,11 +184,11 @@ ___
___
#### withTransaction
### withTransaction
`**withTransaction**(transactionManager?): [IEventBusService](IEventBusService.mdx)`
##### Parameters
#### Parameters
<ParameterTypes parameters={[
{
@@ -202,7 +202,7 @@ ___
}
]} />
##### Returns
#### Returns
[IEventBusService](IEventBusService.mdx)