41 Commits (70c4a605ea3fdaada45330a7dc462a436c375b49)

Author SHA1 Message Date
maliming 54f1241099
Allow publishing dynamic events without local subscribers, use IJsonSerializer for ConvertDynamicEventData 1 month ago
maliming 20d85a44bb
fix: Add missing newlines at the end of several files in the event bus implementation 1 month ago
maliming 29dee66e90
refactor: Update DynamicEventData handling and improve documentation across event bus implementations 1 month ago
maliming fb6f4722ff
refactor: Replace AnonymousEventData with DynamicEventData across the event bus implementation 1 month ago
SALİH ÖZKARA fb47069209 Unify anonymous event handling across buses 1 month ago
SALİH ÖZKARA 721dbe0f9b Refactor anonymous event handling and subscriptions 1 month ago
SALİH ÖZKARA 71eece82e5 Anonymous Rebus events support; demo bootstrap 2 months ago
SALİH ÖZKARA 7672598bee Add anonymous name-based event support 2 months ago
SALİH ÖZKARA 58e0c2f609 Add anonymous event support to EventBus 2 months ago
SALİH ÖZKARA c56dcb2909 Add PublishAsync overload to publish by name 2 months ago
maliming 40c9f63371
Make sure `eventType` is not `null`. 1 year ago
maliming 69849ead7e
Make sure `eventType` is not `null`. 1 year ago
maliming 489c74f1ff
Publish `DistributedEventSent/Received` events in `LocalDistributedEventBus`. 1 year ago
liangshiwei 106d510561 Enable nullable annotations for Volo.Abp.EventBus.* 3 years ago
maliming 860c6d9c08
Change current `correlation` when handling events. 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 3d3e024f8f
Inform when a new distributed message received or sent. 3 years ago
liangshiwei ab549a9011 Add messageId to Rebus event bus 4 years ago
liangshiwei 7221600e75 Refactor 4 years ago
liangshiwei 0c45dccd54 Update Rebus 4 years ago
liangshiwei 69a82a9f4b Add AbpRebusEventHandlerStep 4 years ago
liangshiwei 9ec54780d4 Batch publish events from outbox to the rebus event bus 4 years ago
liangshiwei 1d42954313 Batch publish events from outbox to the event bus 4 years ago
liangshiwei 7f464754be Enhancement Trigger Event Handler 4 years ago
Ahmet Çotur 9c3b340675 convert file-scoped namespacing for framework 4 years ago
liangshiwei cc34580436 Remove Error Handle 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 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 afcd640e40 Basic implementation is done for the event outbox. 5 years ago
Halil İbrahim Kalkan d1ea4736b7 save to outbox 5 years ago
Halil İbrahim Kalkan 5f50d3323a Add AbpDistributedEventBusOptions to DistributedEventBusBase 5 years ago
Halil İbrahim Kalkan 616258197e Added outbox parameter and dbcontext abstraction 5 years ago
Halil İbrahim Kalkan b966ec7717 Add events to UOW to be published on complete. 5 years ago
liangshiwei 759d908206 Abstract EventErrorHandler 5 years ago
Ahmet 5318451927 Sorting all modifiers 5 years ago
maliming f9a682cf94 Change override async to async override. 6 years ago
liangshiwei 8d235f08e4 Rename AbpEventBusRebusOptions to AbpRebusEventBusOptions 6 years ago
liangshiwei 6a7a833c68 Rebus Integration for Distributed Event Bus 6 years ago
liangshiwei 22ae6ca993 Add Kafka event bus integration 6 years ago
maliming 6f1514da88 Switch to the tenant before calling the handleevent method. 6 years ago
liangshiwei c046dac407 Upgrade RabbitMQ.Client to 6.1.0 6 years ago
maliming 174e25b0be Remove ConfigureAwait of async method. 6 years ago
Javier Campos 911ce80a7c feat: add ConfigureAwait(false) to all await calls 6 years ago
Yunus Emre Kalkan 8b58991ff3 DistributedEventBusOptions to AbpDistributedEventBusOptions 7 years ago
Yunus Emre Kalkan c5640700dd RabbitMqEventBusOptions to AbpRabbitMqEventBusOptions 7 years ago
Halil İbrahim Kalkan f719bda32f Use IServiceScopeFactory instead of IHybridServiceScopeFactory for event bus. 7 years ago