CatapultServer
v0.5.0.1 (Elephant)
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
Variables
_
a
b
c
d
e
f
h
i
k
l
m
n
o
p
r
s
t
u
w
Typedefs
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
Enumerations
a
b
c
d
e
f
i
l
m
n
o
p
r
s
t
u
v
w
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Typedefs
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
Enumerations
Related Functions
Files
File List
File Members
All
a
b
c
d
e
f
g
h
i
l
m
n
p
r
s
t
u
v
w
Functions
m
r
Variables
a
b
c
d
e
f
h
i
l
m
n
p
r
s
t
u
v
w
Macros
b
c
d
e
f
g
i
l
m
n
p
r
s
u
v
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
ServiceRegistrarPhase.h
Go to the documentation of this file.
1
21
#pragma once
22
23
namespace
catapult
{
namespace
extensions {
24
27
enum class
ServiceRegistrarPhase
{
30
Initial_With_Modules
,
31
33
Initial
,
34
36
Post_Transaction_Event_Handlers
,
37
39
Post_Remote_Peers
,
40
42
Post_Range_Consumers
,
43
46
Post_Extended_Range_Consumers
,
47
49
Post_Packet_Io_Pickers
,
50
52
Post_Packet_Handlers
,
53
55
Post_Tasks
56
};
57
}}
catapult::extensions::ServiceRegistrarPhase::Post_Remote_Peers
Requires remote peers (and entity sinks) to be registered.
catapult::extensions::ServiceRegistrarPhase::Post_Packet_Io_Pickers
Requires all packet io pickers to be registered.
catapult::extensions::ServiceRegistrarPhase::Post_Tasks
Requires all tasks to be registered.
catapult::extensions::ServiceRegistrarPhase::Initial
First phase (no dependencies).
catapult::extensions::ServiceRegistrarPhase::Post_Packet_Handlers
Requires all packet handlers to be registered.
catapult::extensions::ServiceRegistrarPhase::Post_Transaction_Event_Handlers
Requires transaction event handlers to be registered.
catapult::extensions::ServiceRegistrarPhase::Post_Range_Consumers
Requires basic range consumers (and factories) to be registered.
catapult::extensions::ServiceRegistrarPhase::Post_Extended_Range_Consumers
catapult
Definition:
AddressExtractionExtension.cpp:28
catapult::extensions::ServiceRegistrarPhase::Initial_With_Modules
catapult::extensions::ServiceRegistrarPhase
ServiceRegistrarPhase
Definition:
ServiceRegistrarPhase.h:27
catapult-server
src
catapult
extensions
ServiceRegistrarPhase.h
Generated by
1.8.16