Preparing search index...
The search index is not available
Deepkit
Deepkit
broker
BrokerConnection
Class BrokerConnection
Hierarchy
RpcKernelBaseConnection
BrokerConnection
Index
Constructors
constructor
Properties
connections
locks
replies
state
subscribed
Channels
Methods
close
on
Message
send
Entity
Fields
Constructors
constructor
new
Broker
Connection
(
transportWriter
:
RpcConnectionWriter
, connections
:
RpcKernelConnections
, state
:
BrokerState
)
:
BrokerConnection
Parameters
transportWriter:
RpcConnectionWriter
connections:
RpcKernelConnections
state:
BrokerState
Returns
BrokerConnection
Properties
Protected
connections
connections
:
RpcKernelConnections
Protected
locks
locks
:
Map
<
number
,
ProcessLock
>
= ...
Protected
replies
replies
:
Map
<
number
,
(
(
message
:
RpcMessage
)
=>
void
)
>
= ...
Protected
state
state
:
BrokerState
Protected
subscribed
Channels
subscribed
Channels
:
string
[]
= []
Methods
close
close
(
)
:
void
Returns
void
on
Message
on
Message
(
message
:
RpcMessage
, response
:
RpcMessageBuilder
)
:
Promise
<
void
>
Parameters
message:
RpcMessage
response:
RpcMessageBuilder
Returns
Promise
<
void
>
Protected
send
Entity
Fields
send
Entity
Fields
(
name
:
string
)
:
Promise
<
void
>
Parameters
name:
string
Returns
Promise
<
void
>
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
Broker
Connection
constructor
connections
locks
replies
state
subscribed
Channels
close
on
Message
send
Entity
Fields
Generated using
TypeDoc