Questions tagged [event-based-components]

5 questions
4
votes
2 answers

Actionscript 3: Sequence Diagrams for Event Handling

i have to draw some sequence diagrams for a software i wrote. In my Software i have some Objects that dispatch custom Events and other Objects that listens for these events. When it comes to illustrate Eventlisteners und dispatchEvent-function i'm a…
1
vote
1 answer

Create an event that is connected to the change of a variable value?

I have issues with the following problem in AnyLogic: I would like to create an event that is connected to a changing value of another variable. That variable can wheter be 1 or -1. At any moment it changes from -1 to 1, that event shall be…
1
vote
1 answer

Event-based microservice architecture: best practice for querying complementary event data

In an event-based microservice architecture what is best practice for querying for additional data needed for a microservice handling an event? Imagine this microservice constellation: OrderService - receives orders via REST, writes the order to the…
Kaputnik120
  • 120
  • 10
1
vote
1 answer

Help with Event-Based Components

I have started to look at Event-Based Components (EBCs), a programming method currently being explored by Ralf Wesphal in Germany, in particular. This is a really interesting and promising way to architect a software solution, and gets close to the…
Joel in Gö
  • 7,460
  • 9
  • 47
  • 77
0
votes
1 answer

Tuleap - configuration of personal notification matrix

I have configured the mail notifications in tuleap, the thing is that it sends email to all users of a artifact irrespective of their status. In the help document provided by…