Related changes
Jump to navigation
Jump to search
Enter a page name to see changes on pages linked to or from that page. (To see members of a category, enter Category:Name of category). Changes to pages on your Watchlist are in bold.
Show changes on pages linked from
Pages linked from the selected page
Pages linking to the selected page
CollapseList of abbreviations:
- N
- This edit created a new page (also see list of new pages)
- m
- This is a minor edit
- b
- This edit was performed by a bot
- (±123)
- The page size changed by this number of bytes
13 May 2025
|
N 02:58 | Stateless Event Processor 3 changes history +6,646 [Gmelli (3×)] | |||
|
02:58 (cur | prev) +2,734 Gmelli talk contribs | ||||
|
01:44 (cur | prev) −2 Gmelli talk contribs | ||||
N |
|
01:28 (cur | prev) +3,914 Gmelli talk contribs (Created page with "A Stateless Event Processor is a service component that processes events independently without maintaining persistent state between processing invocations. * <B>Context:</B> ** It can typically execute Event Processing Logic without relying on previous invocation state. ** It can typically maintain Request-Scoped State only during a single event processing cycle. ** It can typically guarantee Processing Idempotency through state...") |
|
N 02:57 | Async Event Handler 2 changes history +5,700 [Gmelli (2×)] | |||
|
02:57 (cur | prev) +1,844 Gmelli talk contribs | ||||
N |
|
01:26 (cur | prev) +3,856 Gmelli talk contribs (Created page with "A Async Event Handler is an event handler that processes event notifications using non-blocking execution patterns within event-driven systems. * <B>Context:</B> ** It can typically execute Event Processing Logic without blocking behavior through asynchronous programming models. ** It can typically support Concurrent Event Processing through asynchronous execution primitives like coroutines or promises. ** It can typically...") |
|
N 02:55 | Event Handler 3 changes history +3,769 [Gmelli (3×)] | |||
|
02:55 (cur | prev) +339 Gmelli talk contribs | ||||
|
01:36 (cur | prev) +16 Gmelli talk contribs | ||||
N |
|
01:27 (cur | prev) +3,414 Gmelli talk contribs (Created page with "An Event Handler is a software component that processes event notifications within event-driven systems. * <B>Context:</B> ** It can typically execute Processing Logic in response to event occurrences from event sources. ** It can typically perform Designated Operations when specific events are detected. ** It can typically manage Event Processing State during event handling workflows. ** It can typically implement Event Res...") |
N 01:30 | Service Component diffhist +3,743 Gmelli talk contribs (Created page with "A Service Component is a software component that provides functionality to other system components through defined service interfaces. * <B>Context:</B> ** It can typically expose Service Operations through service APIs. ** It can typically process Service Requests from service consumers. ** It can typically return Service Responses to calling components. ** It can typically implement Business Logic through service imple...") |