117 Commits (5d8d15917a94c3eb8a868f4d5dd1d1cf59dcd421)

Author SHA1 Message Date
ahmetfarukulu 4e531d890f Rename ".abppkg.json" filenames to ".abppkg" 2 years ago
maliming ca23540e5b Upgrade abp to NET 8.0. 3 years ago
liangshiwei 106d510561 Enable nullable annotations for Volo.Abp.EventBus.* 3 years ago
maliming c04a509607
Eliminate duplicate DistributedEventSent and DistributedEventReceived events. 3 years ago
Halil İbrahim Kalkan 8bb2c7aa1e Use DatabaseName instead of config name 3 years ago
maliming 860c6d9c08
Change current `correlation` when handling events. 3 years ago
maliming 8e7f9aa836
Update LocalEventBus.cs 3 years ago
maliming 0cb497371c
Add `LocalEventHandlerOrderAttribute`. 3 years ago
maliming 5ffc99a1ac
Add `Volo.Abp.Ddd.Domain.Shared package`. 3 years ago
maliming f6a853caa4
Also add `net7.0` as target framework. 3 years ago
maliming bc6db16009
Use multiple `netstandard` target frameworks. 3 years ago
maliming d9e6e2c45c
Add `OnAddToOutboxAsync` method. 3 years ago
maliming 13d1289452
Refactor `AddToInboxAsync` method. 3 years ago
maliming f3589878fa
Change the order of events. 3 years ago
maliming 86aa530d08
Update LocalEventBus.cs 3 years ago
maliming 3d3e024f8f
Inform when a new distributed message received or sent. 3 years ago
Yunus Emre Kalkan ada233f4b7 Add analyze & Package files to framework 3 years ago
gdlcf88 74b49f4d8f Fixed the `OnRegistered` name typo 3 years ago
Halil İbrahim Kalkan 4a680cd548 Move inbox/outbox classes to the right namespace 3 years ago
Halil İbrahim Kalkan d97adc9f94 Fix namespace of AbpEventBusBoxesOptions 3 years ago
gdlcf88 12fafaa8bb Using the event boxes orderly 4 years ago
liangshiwei 0a8b45e09d Batch publish outbox events by default 4 years ago
maliming fa9babde3f
Revert "Publish event when uow completed" 4 years ago
Halil İbrahim Kalkan 3392ff1ea8 Move event handler interfaces to the abstraction package. 4 years ago
liangshiwei 7221600e75 Refactor 4 years ago
maliming ee1fbf82ed
Optimize performance. 4 years ago
maliming 0ef71d75c3
Add `notAnEventHandler`. 4 years ago
maliming f0a8362135
Refactor. 4 years ago
liangshiwei 5ee5919463 Batch publish events from outbox to the kafka event bus 4 years ago
liangshiwei 1d42954313 Batch publish events from outbox to the event bus 4 years ago
liangshiwei fd10ddb9d3 Update EventHandlerInvoker 4 years ago
liangshiwei 7f464754be Enhancement Trigger Event Handler 4 years ago
maliming eae8d6340f
Publish event when uow completed, 4 years ago
maliming d4ffac7913
Use `AsyncHelper` to call the async method. 4 years ago
maliming 2212157f03
Refactor. 4 years ago
Ahmet Çotur 9c3b340675 convert file-scoped namespacing for framework 4 years ago
Halil İbrahim Kalkan b05ad66922 Fix distributed lock names 5 years ago
Halil İbrahim Kalkan bc2e10db78 Removed Volo.Abp.EventBus.Boxes package and re-arranged the dependencies. 5 years ago
liangshiwei cc34580436 Remove Error Handle 5 years ago
Alper Ebicoglu 3ea4d9988e remove bom from text files. closes #10189 5 years ago
liangshiwei 3ee9f57c9d Improve 5 years ago
liangshiwei 0cf5d248fd Complete the Outbox & Inbox Patterns feature 5 years ago
Halil İbrahim Kalkan 4af63febff Rename IRawEventPublisher to ISupportsEventBoxes and refactor methods. 5 years ago
Halil İbrahim Kalkan 51ce477165 Eliminate duplicate incoming events 5 years ago
Halil İbrahim Kalkan 2aa45fe208 Check handlerselector for inbox event processing 5 years ago
Halil İbrahim Kalkan 8af7ccdbaf Implemented initial inbox processing logic 5 years ago
Halil İbrahim Kalkan 9593c877e1 Save incoming events to inbox 5 years ago
Halil İbrahim Kalkan afcd640e40 Basic implementation is done for the event outbox. 5 years ago
Halil İbrahim Kalkan eb7765ca53 Refactored configuration, added CreationTime 5 years ago
Halil İbrahim Kalkan d1ea4736b7 save to outbox 5 years ago