About 1,084,043 results (3,126 milliseconds)

Non Aggregate @EventHandler methods are not getting called.

https://groups.google.com/g/axonframework/c/ARZT-XJxhHw
I have configured properly as per the ToDoItem example, created bean in ... Aggregates don't need to have an event handler in order to apply a new event.

Playing with Event Handlers: a practical example

https://groups.google.com/g/meetecho-janus/c/xMyjinBaUUA
You'll learn how to enable the Event Handlers in Janus, how you can intercept these events in an application, and how to have this application save them to a DB ...

State handlers | Dialogflow CX | Google Cloud

https://cloud.google.com/dialogflow/cx/docs/concept/handler
You can create custom events and event handlers. Custom events are used to handle things that happen outside the conversation with the end-user. For example, ...

Best practices to handle Domain Events in DDD

https://groups.google.com/g/dddcqrs/c/PZwzM-Fon8o
Oct 14, 2017 ... Adding even more delegations from the handler to for example an entity to handle special events does not make things more clear. Furthermore it ...

Handling Events | Charts | Google for Developers

https://developers.google.com/chart/interactive/docs/events
Jul 10, 2024 ... For an example of a chart that exposes event information this way, see the Table chart's page event. Event information passed to a global object.

Commands inside events

https://groups.google.com/g/axonframework/c/-bTpzy0gI6M
there is a Aggregate accepting this command that triggers a event, and a event handler that handles it: ... your example with the secretaries is an example of ...

Can someone post an example of a move_node event handler?

https://groups.google.com/g/jstree/c/nbMgYLoMTeg
Feb 28, 2014 ... As for the event - it will fire on the DIV - so listen for: $("#object-tree").on('move_node.jstree', ... You could also listen for copy_node too ...

Events | Maps JavaScript API | Google for Developers

https://developers.google.com/maps/documentation/javascript/events
Example: Map and Marker Events. The following code mixes user events with state change events. We attach an event handler to a marker that zooms the map when ...

Anybody have any “Event Listener” script code that I can paste in to ...

https://groups.google.com/g/indesign-talk/c/h9sBGwxKlOQ
Jan 8, 2015 ... Download and unzip the archive, then look at the examples inside the scriptingguide/scripts/javascript/events folder. (They're in a somewhat odd ...

Command Handler with Event Sourcing - Newbie Question

https://groups.google.com/g/dddcqrs/c/pN8WwhYz444
Feb 28, 2017 ... 1. The usual command handler pattern contains for example: repository.Save(someAggregate) inside the pattern. Supposedly if we would like to ...

Command Handler with Event Sourcing - Newbie Question

https://groups.google.com/g/dddcqrs/c/pN8WwhYz444
Feb 28, 2017 ... 1. The usual command handler pattern contains for example: repository.Save(someAggregate) inside the pattern. Supposedly if we would like to ...

Event handling example

https://groups.google.com/g/fltkgeneral/c/pI2g3ShgkSQ
Apr 21, 2017 ... Derive a widget from Fl_Input, implement a handle() method that checks for FL_UNFOCUS. But first read the docs about handling events.

Are we setting bad examples by placing code logic into event ...

https://groups.google.com/g/wxpython-users/c/EfVx6LQe8io
Jul 12, 2010 ... Everywhere we're teaching wx (the wiki, demo, list etc) we're always placing our "business logic" directly into the event handlers, which

Multiple producers single consumer batching scenario

https://groups.google.com/g/lmax-disruptor/c/QE2CCxIWV6s
Jan 8, 2016 ... You can easily test the EventHandler in isolation, for example in a unit test by calling onEvent. ... For instance, the event handler could be ...

How can I see event handler of an element in DOM?

https://groups.google.com/g/firebug/c/V0Eimz4lw6U
Mar 9, 2007 ... What is the correct rule to see user-defined event handlers of an element in DOM? For example, the input element has onclick event

Can there be events without associated aggregate and event log?

https://groups.google.com/g/axonframework/c/39yAENliBMY
So for question 1, the example is wrong: this event E2 cannot happen. However, events (contrary to commands) can be handled by several event handlers. e.g. E1 ...

Domain / Event Handler Testing

https://groups.google.com/g/axonframework/c/MIic_JV9bpo
Feb 4, 2013 ... I'm trying to apply some unit testing to the ToDoItem example. My ToDoItem domain object has the following command handler and event handler.

Re: [axonframework] Axon 3 saga event handler running twice for a ...

https://groups.google.com/g/axonframework/c/qPiqexYxQJs
Allard Buijze · @StartSaga · @SagaEventHandler · associationProperty · "id" · public · handleExampleStarted · out · "Started the example saga for id " ...

vertx event handling priorities

https://groups.google.com/g/vertx/c/M_qhsx5defA
Feb 24, 2017 ... ... example), my handlers don't run until the client tester finishes sending all its data (40 MB in this example). The entire log data will be ...

Simple Click Events | Maps JavaScript API | Google for Developers

https://developers.google.com/maps/documentation/javascript/examples/event-simple
Getting Properties With Event Handlers · Getting Lat/Lng from a Click Event ... Clone Sample. This example demonstrates the use of event listeners. It.