tagion v1.0.3-rc1 (2023-12-18T15:15:15Z)
Dub
Repo
SendPayloadAndCreateEpoch
tagion
testbench
services
epoch_creator
Undocumented in source.
@
safe
@
Scenario
("Send payload and create epoch", [])
class
SendPayloadAndCreateEpoch {
struct
Node
;
immutable
(
size_t
)
number_of_nodes
;
Node
[]
nodes
;
ActorHandle
[]
handles
;
Document
send_payload
;
this
(EpochCreatorOptions epoch_creator_options, MonitorOptions monitor_opts, size_t number_of_nodes);
Document
mode0
();
Document
node0
();
Document
payload
();
}
Constructors
this
this
(EpochCreatorOptions epoch_creator_options, MonitorOptions monitor_opts, size_t number_of_nodes)
Undocumented in source.
Members
Functions
mode0
Document
mode0
()
Undocumented in source. Be warned that the author may not have intended to support it.
node0
Document
node0
()
Undocumented in source. Be warned that the author may not have intended to support it.
payload
Document
payload
()
Undocumented in source. Be warned that the author may not have intended to support it.
Structs
Node
struct
Node
Undocumented in source.
Variables
handles
ActorHandle
[]
handles
;
Undocumented in source.
nodes
Node
[]
nodes
;
Undocumented in source.
number_of_nodes
immutable
(
size_t
)
number_of_nodes
;
Undocumented in source.
send_payload
Document
send_payload
;
Undocumented in source.
Meta
Source
See Implementation
tagion
testbench
services
epoch_creator
aliases
FeatureContext
classes
SendPayloadAndCreateEpoch
manifest constants
feature