long-runner
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
long-runner
actors
/
org.artofdev.actors.impl.net.artemis
/
ArtemisSessionConfig
Artemis
Session
Config
data
class
ArtemisSessionConfig
(
val
user
:
String
?
,
val
password
:
String
?
)
Members
Constructors
Artemis
Session
Config
Link copied to clipboard
constructor
(
user
:
String
?
,
password
:
String
?
)
Properties
password
Link copied to clipboard
val
password
:
String
?
user
Link copied to clipboard
val
user
:
String
?