long-runner
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
long-runner
actors
/
org.artofdev.actors
/
ActorConnection
Actor
Connection
interface
ActorConnection
:
Closeable
Inheritors
ActorConnectionArtemisImpl
ActorConnectionKafkaImpl
ActorConnectionLocalImpl
Members
Properties
address
Link copied to clipboard
abstract
val
address
:
ActorIdent
group
Link copied to clipboard
abstract
val
group
:
ActorGroup
?
net
Link copied to clipboard
abstract
val
net
:
IActorNet
Functions
close
Link copied to clipboard
abstract
fun
close
(
)
do
Send
Message
Link copied to clipboard
abstract
fun
doSendMessage
(
msg
:
Message
,
addressTo
:
ActorIdent
?
)
:
MessageHeader
process
Message
Link copied to clipboard
abstract
fun
<
R
>
processMessage
(
waitTimeoutMs
:
Long
,
handler
:
(
msgEnv
:
MessageEnvelope
)
->
R
)
:
R
?
send
Message
Link copied to clipboard
open
fun
sendMessage
(
msg
:
Message
,
addressTo
:
ActorIdent
)
:
MessageHeader
send
Notification
Link copied to clipboard
open
fun
sendNotification
(
msg
:
Message
)
:
MessageHeader