Skip to content

Commit

Permalink
fixed #27 LAYOUT_LEFT_RIGHT() added
Browse files Browse the repository at this point in the history
  • Loading branch information
aheil committed Jul 9, 2019
1 parent 0693c52 commit c232214
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
2 changes: 2 additions & 0 deletions EIP_Elements.puml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ skinparam defaultTextAlignment center
Hide <<channel purger>> stereotype
!endfunction

!define LAYOUT_LEFT_RIGHT() left to right direction

/' ########################################################
################## Message Construct ##################
'/ ########################################################
Expand Down
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,14 @@ Send(queue, dest)
````
![Diagram without stereotypes ](images/hide_stereotypes.png)

## Horizontal Layout
In some cases it is required to use a horizontal layout.
You can force this layout by calling

```csharp
LAYOUT_LEFT_RIGHT()
```

## Background
Enterprise Intergartion Patterns are a set of 65 patterns, mainly based on messaging concepts introduced Gregor Hohpe and Bobby Woolf. The Website [Enterprise Integration Patterns](https://www.enterpriseintegrationpatterns.com/) provides an extensive overview of these patterns.
Expand Down
4 changes: 3 additions & 1 deletion dist/EIP-PlantUML.puml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
' Autogenerated Tuesday, July 9, 2019 10:08:37 PM
' Autogenerated Tuesday, July 9, 2019 10:18:48 PM

sprite $aggregator [100x65/16z] {
xTX50iCm34HHcTcw_sdBh4r9nVdxv8LZcrX6pqxkyKCC631Wm801GqO8VTfpnRAdlnzowriDnybe6ucPHpAgHkHD8nfLOrUFHia8l6l7w1exnZt5YBcKMblh
Expand Down Expand Up @@ -532,6 +532,8 @@ skinparam defaultTextAlignment center
Hide <<channel purger>> stereotype
!endfunction

!define LAYOUT_LEFT_RIGHT() left to right direction

/' ########################################################
################## Message Construct ##################
'/ ########################################################
Expand Down

0 comments on commit c232214

Please sign in to comment.