Preparing search index...
The search index is not available
Deepkit
Deepkit
framework
EntityBrokerChannel
Class EntityBrokerChannel<T>
Type Parameters
T
extends
IdInterface
Hierarchy
BrokerChannel
<
EntityChannelMessage
<
T
>
>
EntityBrokerChannel
Index
Constructors
constructor
Methods
publish
Add
publish
Patch
publish
Remove
Constructors
constructor
new
Entity
Broker
Channel
<
T
>
(
channel
:
string
, type
:
Type
, client
:
BrokerClient
)
:
EntityBrokerChannel
<
T
>
Type Parameters
T
extends
IdInterface
Parameters
channel:
string
type:
Type
client:
BrokerClient
Returns
EntityBrokerChannel
<
T
>
Methods
publish
Add
publish
Add
(
item
:
T
)
:
Promise
<
undefined
>
Parameters
item:
T
Returns
Promise
<
undefined
>
publish
Patch
publish
Patch
(
id
:
string
|
number
, version
:
number
, patch
:
EntityPatches
, item
:
Partial
<
T
>
)
:
Promise
<
undefined
>
Parameters
id:
string
|
number
version:
number
patch:
EntityPatches
item:
Partial
<
T
>
Returns
Promise
<
undefined
>
publish
Remove
publish
Remove
(
ids
:
(
string
|
number
)
[]
)
:
Promise
<
undefined
>
Parameters
ids:
(
string
|
number
)
[]
Returns
Promise
<
undefined
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Modules
Deepkit
angular-
universal
api-
console-
api
api-
console-
module
app
broker
bson
core
core-
rxjs
create-
app
crypto
event
framework
framework-
debug-
api
http
injector
logger
mongo
mysql
orm
orm-
browser-
api
orm-
integration
postgres
rpc
rpc-
tcp
skeleton
sql
sqlite
stopwatch
template
type
type-
compiler
workflow
Entity
Broker
Channel
constructor
publish
Add
publish
Patch
publish
Remove
Generated using
TypeDoc