.circleci
.github
.mvn
abstract-document
abstract-factory
active-object
acyclic-visitor
adapter
aggregator-microservices
ambassador
api-gateway
arrange-act-assert
async-method-invocation
balking
bridge
builder
business-delegate
bytecode
caching
callback
chain-of-responsibility
circuit-breaker
cloud-claim-check-pattern
cloud-static-content-hosting
collection-pipeline
combinator
command
commander
composite
composite-entity
composite-view
converter
cqrs
dao
data-bus
data-locality
data-mapper
data-transfer-object
decorator
delegation
dependency-injection
dirty-flag
domain-model
double-buffer
double-checked-locking
double-dispatch
eip-aggregator
eip-message-channel
eip-publish-subscribe
eip-splitter
eip-wire-tap
etc
event-aggregator
etc
classes.png
classes.ucls
event-aggregator.urm.puml
src
README.md
pom.xml
event-asynchronous
event-driven-architecture
event-queue
event-sourcing
execute-around
extension-objects
facade
factory
factory-kit
factory-method
fanout-fanin
feature-toggle
filterer
fluentinterface
flux
flyweight
front-controller
game-loop
guarded-suspension
half-sync-half-async
hexagonal
intercepting-filter
interpreter
iterator
layers
lazy-loading
leader-election
leader-followers
localization
lockable-object
marker
master-worker-pattern
mediator
memento
metadata-mapping
model-view-controller
model-view-presenter
model-view-viewmodel
module
monad
monitor
monostate
multiton
mute-idiom
naked-objects
null-object
object-mother
object-pool
observer
page-object
parameter-object
partial-response
pipeline
poison-pill
presentation
priority-queue
private-class-data
producer-consumer
promise
property
prototype
proxy
queue-load-leveling
reactor
reader-writer-lock
registry
repository
resource-acquisition-is-initialization
retry
role-object
saga
separated-interface
servant
serverless
service-layer
service-locator
sharding
singleton
spatial-partition
special-case
specification
state
step-builder
strangler
strategy
subclass-sandbox
table-module
template-method
thread-pool
throttling
tls
tolerant-reader
trampoline
transaction-script
twin
typeobjectpattern
unit-of-work
update-method
value-object
version-number
visitor
.all-contributorsrc
.gitignore
CONTRIBUTING.MD
LICENSE.md
PULL_REQUEST_TEMPLATE.md
README.md
checkstyle-suppressions.xml
gpl-3.0.txt
lgpl-3.0.txt
license-plugin-header-style.xml
lombok.config
mvnw
mvnw.cmd
pom.xml
124 lines
7.8 KiB
Plaintext
124 lines
7.8 KiB
Plaintext
![]() |
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<class-diagram version="1.1.8" icons="true" automaticImage="PNG" always-add-relationships="false" generalizations="true"
|
||
|
realizations="true" associations="true" dependencies="false" nesting-relationships="true">
|
||
|
<class id="1" language="java" name="com.iluwatar.KingsHand" project="event-aggregator"
|
||
|
file="/event-aggregator/src/main/java/com/iluwatar/KingsHand.java" binary="false" corner="BOTTOM_RIGHT">
|
||
|
<position height="-1" width="-1" x="805" y="431"/>
|
||
|
<display autosize="true" stereotype="true" package="true" initial-value="false" signature="true"
|
||
|
sort-features="false" accessors="true" visibility="true">
|
||
|
<attributes public="true" package="true" protected="true" private="true" static="true"/>
|
||
|
<operations public="true" package="true" protected="true" private="true" static="true"/>
|
||
|
</display>
|
||
|
</class>
|
||
|
<interface id="2" language="java" name="com.iluwatar.EventObserver" project="event-aggregator"
|
||
|
file="/event-aggregator/src/main/java/com/iluwatar/EventObserver.java" binary="false" corner="BOTTOM_RIGHT">
|
||
|
<position height="-1" width="-1" x="784" y="586"/>
|
||
|
<display autosize="true" stereotype="true" package="true" initial-value="false" signature="true"
|
||
|
sort-features="false" accessors="true" visibility="true">
|
||
|
<attributes public="true" package="true" protected="true" private="true" static="true"/>
|
||
|
<operations public="true" package="true" protected="true" private="true" static="true"/>
|
||
|
</display>
|
||
|
</interface>
|
||
|
<enumeration id="3" language="java" name="com.iluwatar.Weekday" project="event-aggregator"
|
||
|
file="/event-aggregator/src/main/java/com/iluwatar/Weekday.java" binary="false" corner="BOTTOM_RIGHT">
|
||
|
<position height="-1" width="-1" x="437" y="195"/>
|
||
|
<display autosize="true" stereotype="true" package="true" initial-value="false" signature="true"
|
||
|
sort-features="false" accessors="true" visibility="true">
|
||
|
<attributes public="true" package="true" protected="true" private="true" static="true"/>
|
||
|
<operations public="true" package="true" protected="true" private="true" static="true"/>
|
||
|
</display>
|
||
|
</enumeration>
|
||
|
<class id="4" language="java" name="com.iluwatar.KingJoffrey" project="event-aggregator"
|
||
|
file="/event-aggregator/src/main/java/com/iluwatar/KingJoffrey.java" binary="false" corner="BOTTOM_RIGHT">
|
||
|
<position height="-1" width="-1" x="380" y="413"/>
|
||
|
<display autosize="true" stereotype="true" package="true" initial-value="false" signature="true"
|
||
|
sort-features="false" accessors="true" visibility="true">
|
||
|
<attributes public="true" package="true" protected="true" private="true" static="true"/>
|
||
|
<operations public="true" package="true" protected="true" private="true" static="true"/>
|
||
|
</display>
|
||
|
</class>
|
||
|
<class id="5" language="java" name="com.iluwatar.LordVarys" project="event-aggregator"
|
||
|
file="/event-aggregator/src/main/java/com/iluwatar/LordVarys.java" binary="false" corner="BOTTOM_RIGHT">
|
||
|
<position height="-1" width="-1" x="581" y="422"/>
|
||
|
<display autosize="true" stereotype="true" package="true" initial-value="false" signature="true"
|
||
|
sort-features="false" accessors="true" visibility="true">
|
||
|
<attributes public="true" package="true" protected="true" private="true" static="true"/>
|
||
|
<operations public="true" package="true" protected="true" private="true" static="true"/>
|
||
|
</display>
|
||
|
</class>
|
||
|
<class id="6" language="java" name="com.iluwatar.LordBaelish" project="event-aggregator"
|
||
|
file="/event-aggregator/src/main/java/com/iluwatar/LordBaelish.java" binary="false" corner="BOTTOM_RIGHT">
|
||
|
<position height="-1" width="-1" x="1050" y="422"/>
|
||
|
<display autosize="true" stereotype="true" package="true" initial-value="false" signature="true"
|
||
|
sort-features="false" accessors="true" visibility="true">
|
||
|
<attributes public="true" package="true" protected="true" private="true" static="true"/>
|
||
|
<operations public="true" package="true" protected="true" private="true" static="true"/>
|
||
|
</display>
|
||
|
</class>
|
||
|
<class id="7" language="java" name="com.iluwatar.EventEmitter" project="event-aggregator"
|
||
|
file="/event-aggregator/src/main/java/com/iluwatar/EventEmitter.java" binary="false" corner="BOTTOM_RIGHT">
|
||
|
<position height="-1" width="-1" x="1036" y="149"/>
|
||
|
<display autosize="true" stereotype="true" package="true" initial-value="false" signature="true"
|
||
|
sort-features="false" accessors="true" visibility="true">
|
||
|
<attributes public="true" package="true" protected="true" private="true" static="true"/>
|
||
|
<operations public="true" package="true" protected="true" private="true" static="true"/>
|
||
|
</display>
|
||
|
</class>
|
||
|
<class id="8" language="java" name="com.iluwatar.Scout" project="event-aggregator"
|
||
|
file="/event-aggregator/src/main/java/com/iluwatar/Scout.java" binary="false" corner="BOTTOM_RIGHT">
|
||
|
<position height="-1" width="-1" x="1275" y="422"/>
|
||
|
<display autosize="true" stereotype="true" package="true" initial-value="false" signature="true"
|
||
|
sort-features="false" accessors="true" visibility="true">
|
||
|
<attributes public="true" package="true" protected="true" private="true" static="true"/>
|
||
|
<operations public="true" package="true" protected="true" private="true" static="true"/>
|
||
|
</display>
|
||
|
</class>
|
||
|
<enumeration id="9" language="java" name="com.iluwatar.Event" project="event-aggregator"
|
||
|
file="/event-aggregator/src/main/java/com/iluwatar/Event.java" binary="false" corner="BOTTOM_RIGHT">
|
||
|
<position height="-1" width="-1" x="721" y="159"/>
|
||
|
<display autosize="true" stereotype="true" package="true" initial-value="false" signature="true"
|
||
|
sort-features="false" accessors="true" visibility="true">
|
||
|
<attributes public="true" package="true" protected="true" private="true" static="true"/>
|
||
|
<operations public="true" package="true" protected="true" private="true" static="true"/>
|
||
|
</display>
|
||
|
</enumeration>
|
||
|
<realization id="10">
|
||
|
<end type="SOURCE" refId="1"/>
|
||
|
<end type="TARGET" refId="2"/>
|
||
|
</realization>
|
||
|
<association id="11">
|
||
|
<bendpoint x="927" y="360"/>
|
||
|
<end type="SOURCE" refId="7" navigable="false">
|
||
|
<attribute id="12" name="observers"/>
|
||
|
<multiplicity id="13" minimum="0" maximum="2147483647"/>
|
||
|
</end>
|
||
|
<end type="TARGET" refId="2" navigable="true"/>
|
||
|
<display labels="true" multiplicity="true"/>
|
||
|
</association>
|
||
|
<generalization id="14">
|
||
|
<end type="SOURCE" refId="1"/>
|
||
|
<end type="TARGET" refId="7"/>
|
||
|
</generalization>
|
||
|
<generalization id="15">
|
||
|
<end type="SOURCE" refId="6"/>
|
||
|
<end type="TARGET" refId="7"/>
|
||
|
</generalization>
|
||
|
<realization id="16">
|
||
|
<end type="SOURCE" refId="4"/>
|
||
|
<end type="TARGET" refId="2"/>
|
||
|
</realization>
|
||
|
<generalization id="17">
|
||
|
<end type="SOURCE" refId="8"/>
|
||
|
<end type="TARGET" refId="7"/>
|
||
|
</generalization>
|
||
|
<generalization id="18">
|
||
|
<end type="SOURCE" refId="5"/>
|
||
|
<end type="TARGET" refId="7"/>
|
||
|
</generalization>
|
||
|
<classifier-display autosize="true" stereotype="true" package="true" initial-value="false" signature="true"
|
||
|
sort-features="false" accessors="true" visibility="true">
|
||
|
<attributes public="true" package="true" protected="true" private="true" static="true"/>
|
||
|
<operations public="true" package="true" protected="true" private="true" static="true"/>
|
||
|
</classifier-display>
|
||
|
<association-display labels="true" multiplicity="true"/>
|
||
|
</class-diagram>
|