All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.lazycece.rapidf.dispatcher.puml.dispatcher-component.puml Maven / Gradle / Ivy

The newest version!
@startuml dispatcher: component

cloud "inbound" as inbound

component dispatcher {
  [facade dispatcher] as facadedp
  [Service dispatcher] as servicedp
}

node "Application" {

  package "handler" <> {
    [XxxQueryHandler]
    [XxxCommandHandler]
  }

  package "facade" <> {
    [XxxQueryFacade]
    [XxxCommandFacade]
  }
}

inbound ..down..> dispatcher
facadedp --down--> facade
servicedp --down--> handler

@enduml




© 2015 - 2024 Weber Informatics LLC | Privacy Policy