Questions tagged [subscriber]

272 questions
0
votes
1 answer

How to start second observable after receiving result from first observable in android?

I am not getting how to use the result of first observable in second observable. -> My First Observable var uploadImgObservable = Observable.create {....} -> My Second Observable var thumbnailObservable = …
Mattwalk
  • 19
  • 1
  • 1
  • 5
0
votes
1 answer

Alternative to setSubscriber in Esper

I am trying to attach a subscriber to an event in Esper but I would like to use .epl file for that. I've been browsing repositories and I have seen examples of doing that by using annotation interfaces. I was trying to do it the same way they do it…
jocund
  • 25
  • 1
  • 6
0
votes
1 answer

SQL Server 2017 Replication - Subscriber/Publisher Version Compatibility

Is it possible to have a SQL Server 2017 subscriber to a SQL Server 2012 publication (distributor running SQL Server 2016) ? Thanks
0
votes
1 answer

Help me to remove subscriber from mass mail php script

i need to find a way to remove subscribers from mass mail php script here is script:
Peter
  • 1
0
votes
1 answer

Getting details of the subscriber in wordpress

Is it possible to download or retrieve only the subscriber details using wordpress.i can see the list of users along with the subscriber in an admin page.but i want to get only the details(email address)of the subscriber.Is there is any code for…
anish
  • 1
0
votes
0 answers

NServicebus- subscriber not receiving messages

I have publisher and subscriber implemented using nservice bus 4.4.2 version. Subscriber is not receiving the message. I can see subscription in the publisher subscription, enabled debug trace of nservicebus and publisher log says that message is…
user2745257
  • 101
  • 1
  • 6
0
votes
1 answer

Swift - How to manage turn order management?

I'm working on a local game which relies on turn order. Rules; There are a number of phases in the game (ie: Buy, Sell) During each phase, a player takes a single turn Each phase is not considered complete until every player (in turn order) has…
zardon
  • 1,601
  • 4
  • 23
  • 46
0
votes
2 answers

IBM WebSphere Portal V8.5 wcm library syndication

I have a WebSphere Portal Version 8.5 Cluster on AIX 7.1 with multiple Virtual Portals, working with managed pages and each Virtual Portal has it's own libraries and one shared library for all VPs using syndication of that library to each VP. i…
0
votes
0 answers

Symfony turning listener with lifecycleevent into subscriber

I try some basic stuff in Symfony 3.1.5 on my own UserBundle. First of all, I had a listener that worked. When I create a User, I use it to hash my password and change some stuff. I declare it in the service.yml: #listener user pass et role …
0
votes
2 answers

What if I have exception during subscription?

I am trying to wrap "third party" publisher into RxJava. During subscribe, I am preparing publisher and this may cause exception (when publisher is not available). What should I do with an exception? 1) Throw it from subscribe method? 2) Push it…
Dims
  • 47,675
  • 117
  • 331
  • 600
0
votes
1 answer

can I send a request via publish subscriber model

My question is related to pub and sub communication model. Specifically, can I send a request via this system. for example, If I'm the publisher, can I send a request to the subscribers saying I need more information about your system or some…
sam al
  • 11
  • 3
0
votes
1 answer

redis subscriber can't work with redis publisher

I am now using java to design the redis pub/sub system and got a problem. I will show you the details: The publisher here : public class RedisMessagePublisher implements MessagePublisher { public RedisMessagePublisher(StringRedisTemplate…
CharlieShi
  • 888
  • 3
  • 17
  • 43
0
votes
1 answer

Handling error in Observable

Problem Description I have a simple class with simple function buildUseCaseObservable. Function should do following Try to get data from Internet first If succeed write data to Database If failed with exceptions like: ServerUnavailable,…
user5699130
0
votes
3 answers

Wordpress Plugin to group subscribers

Do you know a Wordpress plugin that provides the ability to group subscribers? It would be nice if there was a page for each group where a photo and some information can be inserted. The final website will be for a basketball club. So I need the…
jex
  • 643
  • 1
  • 8
  • 9
0
votes
3 answers

Is doOnCompleted a valid way to handle token authentication?

I was wondering about token authentication with Retrofit/RxJava. I was refactoring my code to use a DataManager, such that the activity evokes a method in the presenter, the presenter subscribes to the datamanager.getTrips which is then responsible…
buddhabath
  • 664
  • 1
  • 10
  • 22