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
/
ArtemisActorNetConfig
Artemis
Actor
Net
Config
data
class
ArtemisActorNetConfig
(
val
brokerUrl
:
String
,
val
user
:
String
?
=
null
,
val
password
:
String
?
=
null
,
val
queuePrefix
:
String
,
val
confirmationWindowSize
:
Int
,
val
producerWindowSize
:
Int
,
val
consumerWindowSize
:
Int
)
Members
Constructors
Artemis
Actor
Net
Config
Link copied to clipboard
constructor
(
brokerUrl
:
String
,
user
:
String
?
=
null
,
password
:
String
?
=
null
,
queuePrefix
:
String
,
confirmationWindowSize
:
Int
,
producerWindowSize
:
Int
,
consumerWindowSize
:
Int
)
Properties
broker
Url
Link copied to clipboard
val
brokerUrl
:
String
confirmation
Window
Size
Link copied to clipboard
val
confirmationWindowSize
:
Int
consumer
Window
Size
Link copied to clipboard
val
consumerWindowSize
:
Int
password
Link copied to clipboard
val
password
:
String
?
producer
Window
Size
Link copied to clipboard
val
producerWindowSize
:
Int
queue
Prefix
Link copied to clipboard
val
queuePrefix
:
String
user
Link copied to clipboard
val
user
:
String
?