eventbus
Here are 714 public repositories matching this topic...
-
Updated
Sep 3, 2021 - Java
[DEPRECATED] A lightweight eventbus library for android, simplifies communication between Activities, Fragments, Threads, Services, etc.
-
Updated
Apr 3, 2018 - Java
I know it's not a course about RESTful principles but maybe you'll consider in the future extracting resource id from request body to path parameter ?
A publish/subscribe EventBus optimized for iOS
-
Updated
Mar 17, 2021 - Swift
Powerful event-bus optimized for high throughput in multi-threaded applications. Features: Sync and Async event publication, weak/strong references, event filtering, annotation driven
-
Updated
Nov 2, 2021 - Java
-
Updated
Jun 23, 2020
集合.net core、ocelot、consul、netty、rpc、eventbus、configserver、tracing、sqlsugar、vue-admin、基础管理平台等构建的微服务一条龙应用
-
Updated
Aug 25, 2021 - C#
一款基于行为识别和个性化推荐的智能推荐APP,实时为你推荐音乐和电影,让你的生活更休闲,更精彩!
-
Updated
Jun 14, 2017 - Java
LiveData 数据倒灌:别问,问就是不可预期 - Perfect alternative to SingleLiveEvent, supporting multiple observers.
-
Updated
Mar 23, 2022 - Java
-
Updated
Feb 26, 2022 - Elixir
Android 组件化 MVVM 框架 基于 Jetpack + Kotlin
-
Updated
Sep 26, 2021 - Kotlin
全网视频嗅探缓存APP
-
Updated
Jul 21, 2019 - Java
Sample using micro services in .NET Core 3.1 Focusing on clean code
-
Updated
Oct 12, 2020 - C#
https://github.com/softprops/hyperlocal shows how to create a HTTP transport with Hyper. Adapt this for Olin's HTTP client. The Olin HTTP client is not very well documented (please do this as part of fixing this issue), but it is tested here and here.
iOS事件总线,支持AppDelegate解耦,支持基于响应链的局部总线
-
Updated
Dec 14, 2020 - Objective-C
What was wrong?
A common BroadcastConfig to use is BroadcastConfig(require_subscriber=False). It would be nice to have a constant for that so applications that are using the event bus can import it directly from lahja.
How can it be fixed?
-
Create a new constant
FIRE_AND_FORGET_BROADCASTINGinlahja/constants.py -
Import it in
lahja/__init__.pyso that it gets r
-
Updated
May 24, 2018 - Kotlin
Micro-framework for routing and handling events for bots and applications
-
Updated
May 21, 2018 - TypeScript
NYBus (RxBus) - A pub-sub library for Android and Java applications
-
Updated
Aug 13, 2018 - Java
Event-driven microservices architectured e-commerce app created using Express, Typescript, Nats-Streaming and Next.js
-
Updated
May 3, 2022 - TypeScript
-
Updated
May 11, 2021 - Go
A lightweight and very fast event bus / event framework for C++17
-
Updated
Aug 3, 2021 - C++
func makeFn(a int) event.ListenerFunc {
return func(e event.Event) error {
fmt.Println(a)
return nil
}
}
func main() {
evBus := event.NewManager("")
f1 := makeFn(11)
evBus.On("evt1", f1)
f2 := makeFn(22)
evBus.On("evt1", f2)
evBus.RemoveListener("evt1", f1) // DON'T REMOVE ALL !!!
evBus.MustFire("evt1", event.M{"arg0": "val0", "arg1": "val1"})
}
-
Updated
Sep 11, 2021 - Java
Improve this page
Add a description, image, and links to the eventbus topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the eventbus topic, visit your repo's landing page and select "manage topics."


https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/servicebus/Azure.Messaging.ServiceBus/MigrationGuide.md