Skip to content

Commit

Permalink
azbus handlers
Browse files Browse the repository at this point in the history
azbus Receiver opens and closes handlers when it is opened or closed.

Convenience methods to add or get properties from a ReceivedMeaages or
an OutMessage are now provided.

AB#9031
  • Loading branch information
eccles committed Mar 20, 2024
1 parent 5309618 commit b6c221c
Show file tree
Hide file tree
Showing 13 changed files with 225 additions and 342 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.task/
.bash_history
.viminfo
.local/
.vscode/
96 changes: 84 additions & 12 deletions azbus/mocks/Handler.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

74 changes: 0 additions & 74 deletions azbus/mocks/MsgReceiver.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

100 changes: 13 additions & 87 deletions azbus/mocks/MsgSender.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit b6c221c

Please sign in to comment.