event-bus Questions

5

Solved

I have setup mitt and trying to dispatch event to another component but I am having hard time because in the setup() method it doesn't have this for accessing app instance. Here is what I tried: im...
Jadotville asked 8/3, 2021 at 21:17

5

Solved

I have many Activities which raise background tasks; the Activities will pass themselves in as having implemented a listener callback, so that the background tasks can raise an event on the Activit...
Propagandist asked 12/3, 2015 at 11:21

3

So we decided to go with RabbitMQ as a message/event bus in our migration to micro-services architecture, but we couldn't find a definite answer on what is the best way of putting our queues, we ha...
Prestissimo asked 10/5, 2017 at 5:43

15

Solved

I'm creating an Android application using EventBus for posting asynchronous broadcasts to other classes, but I'm running into an error during execution. MainActivity.java import android.content.I...
Plutonian asked 8/3, 2016 at 17:30

3

MassTransit states that we should use interfaces for message contracts : It is strongly suggested to use interfaces for message contracts, based on experience over several years with varying le...
Ironstone asked 5/6, 2017 at 12:4

3

Solved

How to subscribe to AWS Event Bus events from client side applications ex: NodeJS app, Angular client or a Mobile client app ? In December 2020, an email from AWS Marketing has presented the advant...
Engle asked 25/12, 2020 at 15:41

1

Solved

how to access app.config.globalProperties withing <script setup lang="ts"> ? I have looked around for several approaches: like this SO post, and tried to combine elements below: \\ ...
Fictile asked 24/4, 2021 at 4:48

3

I've stuck the problem with defining a rule for matching my events. Googled, tested. Let's say, we've the following event which contains the object user in the array events: { "version":...

1

Solved

This is a bit of general question because it would apply not only to my scenario (with Azure Service Bus) but to any event bus in the context of publish/subscribers with events. The question is: I...

1

Solved

Background I'm building my first application using a microservice architecture. I'll be working mostly in Python using Flask. I'm considering implementing an event/message bus to coordinate actions...
Prefab asked 13/7, 2020 at 20:47

4

Solved

In most of the case, when dealing with case User thread (AsyncTask) to perform background processing Pass back calculated result back to Activity or Fragment Activity or Fragment re-creatio...

2

Solved

Need some advice of how to use EventBus provided by Akka in Java (not Scala!). The documentation on website seems to be incomplete: http://doc.akka.io/docs/akka/2.0.1/java/event-bus.html As far as...
Malt asked 28/5, 2012 at 8:47

1

Solved

We have the first version of an application based on a microservice architecture. We used REST for external and internal communication. Now we want to switch to AP from CP (CAP theorem)* and use a...
Beutner asked 11/6, 2019 at 14:55

4

Solved

I am confused about the difference between EventBus and RxJava in android. I need to implement one of them for my issue about notifying some components when some changes have been done, so th...
Stimson asked 28/2, 2016 at 17:9

6

Solved

I'm trying to implement the absolute basic implementation of EventBus Library for Android. What I'm trying to simple input content by user in activity 1 and then instead of intent extras I'm using...
Sidewheel asked 17/4, 2016 at 5:15

2

Solved

My issue is pretty identical to Guava EventBus dispatching, but while the underlying issue is similar, my attempted fix has left me in the dark. I have 2 events that are fired back to back. The 2n...
Casual asked 3/11, 2018 at 15:58

1

Solved

I have a verticle that creates an event bus consumer as follows: public void start() { vertx.eventBus().consumer(ADDRESS_REQUEST, this::handleRequestMessage); } private void handleRequestMe...
Ravenna asked 9/10, 2018 at 8:55

1

When my mouse cursor enters and leaves my VueJS component, the following methods are called respectively. Methods that are called when the cursor enters and leaves my component: // located in "me...
Ranchero asked 21/7, 2018 at 14:49

4

Solved

I´ve been using quite often EventBus from greenrobot https://github.com/greenrobot/EventBus But I´ve just realised that Guava has its own EventBus com.google.common.eventbus.EventBus Does some...
Kalie asked 8/2, 2016 at 11:14

3

In my current setup, I'm using the default multicast option of the Hazelcast cluster manager. When I link the instances of my containerized Vertx modules (via Docker networking links), I can see th...
Villasenor asked 2/10, 2016 at 0:46

1

Solved

My case is: single JVM Java only (i don't need to be polyglot) I don't want to pay serialization costs to publish an immutable event on the bus (publishing the reference to the java object would...
Bora asked 17/7, 2018 at 9:29

1

I'm looping root component, which have with child component. <root-select v-for="offer in offers" > <child-options v-for="item in options" > </child-options> </root-select&g...
Kulseth asked 17/7, 2018 at 13:1

2

I've had this question buried in my mental Rolodex for quite some time now. I'm running a very complex Vue application that deals with quite a number of components that must communicate so for that...
Relation asked 6/7, 2018 at 6:16

1

Solved

I'm trying to replace EventBus with RxAndroid. I want pageable fragments to subscribe/unsubscribe to an event source, these fragments get created and discarded relatively quickly, depending on ho...
Auriferous asked 13/6, 2018 at 18:32

4

Android Studio 3.2 Canary 8 com.squareup:otto:1.3.8 io.reactivex:rxjava:1.3.7 kotlin 1.2.31 I am trying to send an event back to my Activity using the otto EventBus. However, I am using RxJava ...
Inclinable asked 6/4, 2018 at 17:4

© 2022 - 2025 — McMap. All rights reserved.