#1113 Add uml-reverse-mapper plugin
This commit is contained in:
14
eip-aggregator/etc/eip-aggregator.urm.puml
Normal file
14
eip-aggregator/etc/eip-aggregator.urm.puml
Normal file
@ -0,0 +1,14 @@
|
||||
@startuml
|
||||
package com.iluwatar.eip.aggregator {
|
||||
class App {
|
||||
+ App()
|
||||
+ main(args : String[]) {static}
|
||||
}
|
||||
}
|
||||
package com.iluwatar.eip.aggregator.routes {
|
||||
class MessageAggregationStrategy {
|
||||
+ MessageAggregationStrategy()
|
||||
+ aggregate(oldExchange : Exchange, newExchange : Exchange) : Exchange
|
||||
}
|
||||
}
|
||||
@enduml
|
Reference in New Issue
Block a user